mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 11:07:51 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6ee6894c7
commit
b72225d7d0
5 changed files with 23 additions and 19 deletions
|
@ -25,7 +25,7 @@ Notes:
|
|||
class solver;
|
||||
class tactic;
|
||||
|
||||
solver * mk_fd_solver(ast_manager & m, params_ref const & p);
|
||||
solver * mk_fd_solver(ast_manager & m, params_ref const & p, bool incremental_mode = true);
|
||||
tactic * mk_fd_tactic(ast_manager & m, params_ref const & p);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue