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
What order do we print the symbols? Topological? Do we require a locked model in order to print? And without some sort of labeling (see Add symbol labels #17) and/or symbol printing (see Consider adding Symbol.__str__() overload #133) it would be hard to disambiguate the symbol that's being printed
Do we print the state of all intermediate symbols or just the decisions? Do we want to make this configurable?
Do we always print all states? Just the first? Make this configurable?
The text was updated successfully, but these errors were encountered:
It would be nice to be able to print all of the decisions/intermediate states of the model. Something like
something like this can be accomplished now with
but there are many design issues here.
Symbol.__str__()
overload #133) it would be hard to disambiguate the symbol that's being printedThe text was updated successfully, but these errors were encountered: