Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: Rym
I read in IBM ILOG CPLEX Optimization Studio "language User's Manual > IBM ILOG Script for OPL > Tutorial: Flow control and multiple searches > Doing more with mulprod_main":
i f i like to pass an objective value solved by file1.mod like as an input to the file2.mod, i will use
var basis = new IloOplCplexBasis();
basis.getBasis(cplex)
basis.setBasis(cplex)
Thanks
Hi,
could
https://www.ibm.com/developerworks/community/forums/html/topic?id=a3418073-1057-47d9-98e2-526b1b0f281c&ps=25
help ?
regards