You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have defined an InteractiveLPProblemStandardFormP, then created the dual problem by calling the dual method, Dual = P.dual(). After that I defined the dual problem as a standard form interactive LP problem via the standard form method Dual_stand = Dual.standard_form(). Dual_stand is an instance of InteractiveLPProblemStandardForm and I call Dual_stand.initial_dictionary() to create the initial dictionary.
See attached example (ignore my spelling mistake).
Expected Behavior
Dual_stand.initial_dictionary() becomes an instance of :class:LPDictionary and succeeds.
Actual Behavior
A ValueError is raised.
ValueError: variable name '-z' is not alphanumeric
Additional Information
No response
Environment
OS: Ubuntu 24.04.1 LTS
Sage Version: 10.5.beta6
Checklist
I have searched the existing issues for a bug report that matches the one I want to file, without success.
I have read the documentation and troubleshoot guide
The text was updated successfully, but these errors were encountered:
Steps To Reproduce
I have defined an
InteractiveLPProblemStandardForm
P
, then created the dual problem by calling the dual method,Dual = P.dual()
. After that I defined the dual problem as a standard form interactive LP problem via the standard form methodDual_stand = Dual.standard_form()
.Dual_stand
is an instance ofInteractiveLPProblemStandardForm
and I callDual_stand.initial_dictionary()
to create the initial dictionary.See attached example (ignore my spelling mistake).
Expected Behavior
Dual_stand.initial_dictionary()
becomes an instance of :class:LPDictionary
and succeeds.Actual Behavior
A ValueError is raised.
ValueError: variable name '-z' is not alphanumeric
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: