Originally posted by: arronlee11
thank you for your reply,the two decision variable is defined as follow:
x= IloNumVarArray (env);
y = IloNumVarArray (env);
they are Continuous decision variable,actually i'm using the column generation algorithm,the master problem have thess two decision varible,i have modeled master problem in column forms,and i wan't to add some known value of x in forms of constraint;how should i do?
#CPLEXOptimizers#DecisionOptimization