perhaps a Table class to clarify/simplify solution printing, which would have a core numpy object array and move many arguments (valfmt etc) to print time. Would also allow for additional columns for more useful diff printing etc.
Ideally this would unify constraint_table and vartable, and by implementing filter/sort methods could greatly reduce the code for custom tables.
perhaps a Table class to clarify/simplify solution printing, which would have a core numpy object array and move many arguments (valfmt etc) to print time. Would also allow for additional columns for more useful diff printing etc.
Ideally this would unify
constraint_table
andvartable
, and by implementing filter/sort methods could greatly reduce the code for custom tables.