<< sym_setVarLower Symphony Native Functions sym_setVarUpper >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setVarSoln

sym_setVarSoln

Set a solution for the problem

Calling Sequence

sym_setVarSoln(solution)

Description

Sets a known solution for the problem.

This function fails if the solution entered does not satisfy all bounds or is worse than another currently known solution.

Arguments

solution

Matrix containing solutions for the variables (must have size 1 row and number of columns equal to number of variables)

Return value

Returns 0

Examples

sym_setVarSoln([1,2,3.2,4])

Authors


Report an issue
<< sym_setVarLower Symphony Native Functions sym_setVarUpper >>