sym_solve
To solve the currently loaded MILP problem from scratch.
Calling Sequence
sym_solve()
Description
This routine solves the currently loaded MILP problem from scratch.
It prints status of the problem solver to scilab console.
Arguments
This function takes no arguments
Return value
It returns 1 if it receives any return-value indicating an error message or 0 if it receives any return-value indicating a non-error message.
Examples
status=sym_solve()
Authors
Sai Kiran Naragam