<< sym_setVarUpper Symphony Native Functions

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_solve

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


Report an issue
<< sym_setVarUpper Symphony Native Functions