Expand description
Functions for pretty printing Conjure models.
Most things can be pretty printed using Display
; however some, notably collections
can not, for example, Vec
Functionsยง
- pretty_
expressions_ as_ conjunction - Pretty prints a
Vec<Expression>
as if it were a conjunction. - pretty_
expressions_ as_ top_ level - Pretty prints a
Vec<Expression>
as if it were a top level constraint list in asuch that
. - pretty_
variable_ declaration - Pretty prints, in essence syntax, the variable declaration for the given symbol.
- pretty_
vec - Pretty prints a
Vec<T>
in a vector like syntax.