mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +00:00
add sketch for incremental algorithm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
450412c854
commit
ba28e85f04
5 changed files with 94 additions and 5 deletions
|
|
@ -48,5 +48,7 @@ namespace smt {
|
|||
expr_ref get_up(expr* e) const;
|
||||
expr_ref get_fixed(expr* e) const;
|
||||
final_check_status final_check();
|
||||
lbool check_lp_feasible(vector<std::pair<bool, expr_ref>> &ineqs, literal_vector &lit_core,
|
||||
enode_pair_vector &eq_core);
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue