simplex
standardize
convert a set of equations to type <=
Calling Sequence
Parameters
Description
Examples
standardize(C)
C
-
set or list of linear constraints
The function standardize(C) 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 differs from convert(C, std) in that equations are transformed into pairs of inequalities.
This function is equivalent to convert(C, stdle).
The command with(simplex,standardize) allows the use of the abbreviated form of this command.
with⁡simplex:
standardize⁡3⁢x+4⁢y≤4,4⁢x+3⁢y=5
−4⁢x−3⁢y≤−5,3⁢x+4⁢y≤4,4⁢x+3⁢y≤5
See Also
convert/std
convert/stdle
Download Help Document