I have a model in ILOG CPLEX written in OPL. I want to run all the semantic checks (in particular all the assert
statements). I do not want to produce any output files or solve the model.
Judging by the summary of the execution process explained in the doc, I would want to only execute stages 1-3.
Is there a way to do this from the IDE? Or does it need an *.ops file or scripting with OPL script in a main block?