Originally posted by: SystemAdmin
[camkego said:]
When invoking CPLEX models using classes from "iloopl.h", and "ilocplex.h",
its not clear to me whether I can associate a '.ops' file with a model so that
my Cplex can use settings that I have configured use the IDE.
I am not using IloOplProject, but rather IloOplModelSource,IloOplDataSource,etc.
Must my code specifically tweak setting to match the .ops file,
or can I tell OPL/Cplex to get their settings from the .ops file somehow?
thanks,
C
#DecisionOptimization#OPLusingCPLEXOptimizer