3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 01:25:31 +00:00

cleaned algebraic params

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-12-02 12:47:20 -08:00
parent b7f636984e
commit 1871bef6e1
4 changed files with 20 additions and 18 deletions

View file

@ -1,7 +1,6 @@
def_module_params('model',
export=True,
params=(('validate', BOOL, False, 'validate models produced by Z3'),
('partial', BOOL, False, 'enable/disable partial function interpretations'),
params=(('partial', BOOL, False, 'enable/disable partial function interpretations'),
('v1', BOOL, False, 'use Z3 version 1.x pretty printer'),
('v2', BOOL, False, 'use Z3 version 2.x (x <= 16) pretty printer'),
('compact', BOOL, False, 'try to compact function graph (i.e., function interpretations that are lookup tables)'),