mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
6 lines
238 B
Text
6 lines
238 B
Text
def_module_params('polysat',
|
|
description='polysat solver',
|
|
export=True,
|
|
params=(('log_conflicts', BOOL, True, "log conflicts"),
|
|
))
|
|
|