<< sym_close Symphony Native Functions sym_deleteVars >>

Symphony Toolbox >> Symphony Toolbox > Symphony Native Functions > sym_deleteConstrs

sym_deleteConstrs

This routine is used to delete rows from the original constraint matrix.

Calling Sequence

sym_deleteConstrs(indices)

Description

Arguments

indices

An array indicating the indices of the rows to be deleted.

Return value

Returns 0 if the constraints specified in the indices are deleted successfully and 0 if it returns corresponding to an error value.

Examples

status=sym_deleteConstrs([1,2])

Authors


Report an issue
<< sym_close Symphony Native Functions sym_deleteVars >>