mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
Fix issue reported at http://stackoverflow.com/questions/14524316/z3-4-3-get-complete-model
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
0906fd9d9c
commit
a895506dac
5 changed files with 21 additions and 11 deletions
8
src/model/model_evaluator_params.pyg
Normal file
8
src/model/model_evaluator_params.pyg
Normal file
|
@ -0,0 +1,8 @@
|
|||
def_module_params('model_evaluator',
|
||||
export=True,
|
||||
params=(max_memory_param(),
|
||||
max_steps_param(),
|
||||
('completion', BOOL, False, 'assigns an interptetation to symbols that do not have one in the current model, when evaluating expressions in the current model'),
|
||||
('cache', BOOL, True, 'cache intermediate results in the model evaluator')
|
||||
))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue