Decision Optimization

Decision Optimization

Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.


#Analytics
#DecisionOptimization
#DecisionOptimization
 View Only
Expand all | Collapse all

"Script execution finished with status 1"

  • 1.  "Script execution finished with status 1"

    Posted 07/16/08 11:11 PM

    Originally posted by: SystemAdmin


    [thiago.serra said:]

    Hi,

    I have a model which works, and I´m trying to generate  a simple main at the end of the model file:


    main {
    var master = thisOplModel;
    master.generate();
    cplex.solve();
    }


    But this was enough to generate that error and does not solving the problem.
    What could be happening?

    Thanks,
    #DecisionOptimization
    #OPLusingCPLEXOptimizer


  • 2.  Re: "Script execution finished with status 1"

    Posted 07/18/08 09:16 PM

    Originally posted by: SystemAdmin


    [thiago.serra said:]

    Got now (but it was not that straightforward) that this is the normal execution status. But solutions are not print when there is a main (unless you explicitly print what you want to see).
    #DecisionOptimization
    #OPLusingCPLEXOptimizer