convert/stdle - convert inequalities to type <=
|
Calling Sequence
|
|
convert(C, stdle)
|
|
Parameters
|
|
C
|
-
|
set or list of linear constraints
|
|
|
|
|
Description
|
|
•
|
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).
|
|
|
Download Help Document
Was this information helpful?