Latest YALMIP supports 12.8
and this is what I tried to hint at you
>> op = sdpsettings;
>> op.cplex.benders
ans =
struct with fields:
strategy: 0
tolerances: [1×1 struct]
workeralgorithm: 0
However, in some version of MATLAB, the options creator of cplex fails. Hence, if you don't get the option structure above, you should check if the cplex options generator actually works by
which is the command yalmip uses to create the structure. If that command fails (fails on my 2016 version with cplex 12.8) , YALMIP resorts to
this function creates a limited structure though.
You can always test to simply add the field benders to the cplex options and see if cplex accepts that options structure