| 1 | initial version |
According to the documentation returned by
InteractiveLPProblemStandardForm?
your input code is not correct, since InteractiveLPProblemStandardForm has no keyword argument constraint_type. Moreover, the documentation says:
Unlike "InteractiveLPProblem", this class does not allow you to
adjust types of constraints (they are always ""<="") and variables
(they are always "">=""), and the problem type may only be ""max""
or ""-max"".
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.