mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 12:07:52 +00:00
add parameter class for polysat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f2b9c27ed6
commit
afa7162ab1
4 changed files with 25 additions and 8 deletions
6
src/math/polysat/polysat_params.pyg
Normal file
6
src/math/polysat/polysat_params.pyg
Normal file
|
@ -0,0 +1,6 @@
|
|||
def_module_params('polysat',
|
||||
description='polysat solver',
|
||||
export=True,
|
||||
params=(('log_conflicts', BOOL, True, "log conflicts"),
|
||||
))
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue