Skip to content

Commit

Permalink
change default to _not_ include auxiliary functions in model as this …
Browse files Browse the repository at this point in the history
…seems to break fewer'

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Mar 23, 2022
1 parent d790523 commit 365b8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/model_params.pyg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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'),
('user_functions', BOOL, False, 'include user defined functions in model'),
('completion', BOOL, False, 'enable/disable model completion'),
))

0 comments on commit 365b8f3

Please sign in to comment.