convert/stdle
convert inequalities to type <=
Calling Sequence
Parameters
Description
Examples
convert(C, stdle)
C
-
set or list of linear constraints
The function convert(C, stdle) returns a set or list of inequalities of the form <=, equivalent to the original set of constraints, with all constants on the right hand side.
This function is part of the simplex package and can only be used after performing the command with(simplex).
with⁡simplex:
convert⁡3⁢x+4⁢y≤4,4⁢x+3⁢y=5,stdle
−4⁢x−3⁢y≤−5,3⁢x+4⁢y≤4,4⁢x+3⁢y≤5
See Also
simplex[standardize]
Download Help Document