Run a task.
double call (CString para);
Parameters
para | Paramerts. The format is "TASK, Model Name". |
The TASK may be one of the following options: - PROBLEM, run the current optimization problem - OPT1, run one dimension optimization algorithm. parameters is set as "x,xo,s,step,eps"; - OPT2, run multidimension algorithm - MODEL, run a model. parameters="model name","parameters"; |
Return Value
return 1 if succss, or 0;
Related Pages