Originally posted by: JFYY_yaohua_tang
hello, everyone.
I have a two lp model A and B, model A is a subproblem of model B, which means A have a subset of B's constraint list, but they have the same variable list. Now I have solved model A by CPLEX(C++) and want to test the solution's feasibility to model B, is there any hint?
thankyou.
#CPLEXOptimizers#DecisionOptimization