mirror of
https://github.com/Z3Prover/z3
synced 2026-02-24 09:11:17 +00:00
add sketch for incremental algorithm
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
69b73c64cf
commit
07d8971ef9
2 changed files with 3 additions and 1 deletions
|
|
@ -50,5 +50,7 @@ namespace smt {
|
||||||
lbool check_lp_feasible(vector<std::pair<bool, expr_ref>> &ineqs, literal_vector &lit_core,
|
lbool check_lp_feasible(vector<std::pair<bool, expr_ref>> &ineqs, literal_vector &lit_core,
|
||||||
enode_pair_vector &eq_core);
|
enode_pair_vector &eq_core);
|
||||||
final_check_status final_check(unsigned );
|
final_check_status final_check(unsigned );
|
||||||
|
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