mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 01:02:15 +00:00
enable neat vs. less neat pretty priting as an option
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f7e1ad5277
commit
f151879c0b
9 changed files with 98 additions and 22 deletions
|
@ -127,6 +127,7 @@ namespace opt {
|
|||
tactic_ref m_simplify;
|
||||
bool m_enable_sat;
|
||||
bool m_enable_sls;
|
||||
bool m_pp_neat;
|
||||
symbol m_maxsat_engine;
|
||||
symbol m_logic;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue