simplex[standardize] - convert a set of equations to type <=
|
Calling Sequence
|
|
standardize(C)
|
|
Parameters
|
|
C
|
-
|
set or list of linear constraints
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?