mirror of
https://github.com/Z3Prover/z3
synced 2026-06-14 04:45:39 +00:00
purge smt.timeout, use timeout instead to control solver timing #2354
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
63a952f254
commit
e0a44894cf
7 changed files with 2 additions and 13 deletions
|
|
@ -41,6 +41,7 @@ def_module_params('fp',
|
|||
('datalog.initial_restart_timeout', UINT, 0,
|
||||
"length of saturation run before the first restart (in ms), " +
|
||||
"zero means no restarts"),
|
||||
('datalog.timeout', UINT, 0, "Time limit used for saturation"),
|
||||
('datalog.output_profile', BOOL, False,
|
||||
"determines whether profile information should be " +
|
||||
"output when outputting Datalog rules or instructions"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue