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
Right now printing FlowProblem is not particularly readable given the web of linked lists. Should make a nicer output using flows, costs, injections, etc.
This should probably also add a solve status flag to FlowProblem: :unsolved, :solved, or :infeasible. It could be reset to :unsolved whenever the problem is modified.
The text was updated successfully, but these errors were encountered:
Right now printing
FlowProblem
is not particularly readable given the web of linked lists. Should make a nicer output usingflows
,costs
,injections
, etc.This should probably also add a solve status flag to FlowProblem:
:unsolved
,:solved
, or:infeasible
. It could be reset to:unsolved
whenever the problem is modified.The text was updated successfully, but these errors were encountered: