mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
9 lines
396 B
Plaintext
9 lines
396 B
Plaintext
|
|
def_module_params('solver',
|
|
description='solver parameters',
|
|
export=True,
|
|
params=(('enforce_model_conversion', BOOL, False, "apply model transformation on new assertions"),
|
|
('cancel_backup_file', SYMBOL, '', "file to save partial search state if search is canceled"),
|
|
))
|
|
|