<< sym_setStrParam Symphony Native Functions sym_setVarSoln >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_setVarLower

sym_setVarLower

Set lower bound of a variable

Calling Sequence

sym_setVarLower(index,newBound)

Description

This function changes the lower bound of a variable to a new value

Arguments

index

Index of the variable to modify. Must be in {0,1,2,...n-1} where n is the number of variables in the problem

newBound

The new lower bound for the variable

Return value

Returns 0

Examples

sym_setVarLower(2,-%inf)

Authors


Report an issue
<< sym_setStrParam Symphony Native Functions sym_setVarSoln >>