Hi,
I was running a code using CPlex as a solver and it was working well. Then I made a different version of the same code in a completely new folder with just some restructuring and the new code gives me the error :
Undefined function 'binvar' for input arguments of type 'double'
The strange part is, now even the old code gives the same error athough I did not make any changes in the same. I know that sounds insane but this is what happened ! Can someone please guide me what could have changed in this process that results in this error when I try to define something like thi s:
GB_right =binvar(ng_right,nb_right,'full');
Thanks,
NIkunj