mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
add clause proof module, small improvements to bapa
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4d30639fd7
commit
48fc3d752e
36 changed files with 722 additions and 250 deletions
|
@ -35,6 +35,8 @@ namespace smt {
|
|||
void internalize_term(app* term);
|
||||
final_check_status final_check();
|
||||
void init_model();
|
||||
bool should_research(expr_ref_vector & unsat_core);
|
||||
void add_theory_assumptions(expr_ref_vector & assumptions);
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue