Originally posted by: mkadem
Hello,
I am using Concert for C++ and I want to fix some decision variables inside a callback.
In fact, i'm using a method (based on a graph) that could predict the correct values of a set of unfixed binary variables after taking into account the decisions of CPLEX (the fixed variables).
I'm wondering if it is possible for me to use a control callback to fix these variables, which will be active only when processing nodes of this subtree.
thank you for the help...
regards,
#CPLEXOptimizers#DecisionOptimization