Closed iincer closed 1 year ago
Describe the bug Some of our exceptions, such as
except ValueError as e: raise ValueError( "The elimination of variables \n{}\n".format(vars_to_elim)
from polyhedra.py, do not print well, i.e., the list prints as empty elements: ['','','',...].
['','','',...]
Describe the bug Some of our exceptions, such as
from polyhedra.py, do not print well, i.e., the list prints as empty elements:
['','','',...]
.