mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 04:01:22 +00:00
experimenting with inc-sat
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6d6abb4dde
commit
81c2560854
3 changed files with 39 additions and 16 deletions
|
@ -29,6 +29,8 @@ tactic * mk_qfbv_tactic(ast_manager & m, params_ref const & p = params_ref());
|
|||
ADD_TACTIC("qfbv", "builtin strategy for solving QF_BV problems.", "mk_qfbv_tactic(m, p)")
|
||||
*/
|
||||
|
||||
tactic * mk_qfbv_preamble(ast_manager& m, params_ref const& p);
|
||||
|
||||
tactic * mk_qfbv_tactic(ast_manager & m, params_ref const & p, tactic* sat, tactic* smt);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue