rusty-razor icon indicating copy to clipboard operation
rusty-razor copied to clipboard

Replace elements with user-defined constants when pretty printing models

Open salmans opened this issue 2 years ago • 0 comments

When possible, replace auto generated element names with user-defined constant names that denote them, if they exist.

For example, given theory:

P('c);

Print

'c = e#0
P('c)

or even don't mention e#0

P('c)

salmans avatar Sep 12 '21 00:09 salmans