mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Add model.user_functions (default true) to control whether user functions are added to the model.
This commit is contained in:
parent
a24a922688
commit
d790523c59
3 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,7 @@ def_module_params('model',
|
|||
('v2', BOOL, False, 'use Z3 version 2.x (x <= 16) pretty printer'),
|
||||
('compact', BOOL, True, 'try to compact function graph (i.e., function interpretations that are lookup tables)'),
|
||||
('inline_def', BOOL, False, 'inline local function definitions ignoring possible expansion'),
|
||||
('user_functions', BOOL, True, 'include user defined functions in model'),
|
||||
('completion', BOOL, False, 'enable/disable model completion'),
|
||||
))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue