mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
add init_model, global m_delta, get_value, get_ivalue to push model maintainance into lar_solver #4740
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ab199dedf9
commit
ee12e3fb52
5 changed files with 2269 additions and 2211 deletions
|
@ -231,7 +231,6 @@ namespace euf {
|
|||
return true;
|
||||
}
|
||||
|
||||
|
||||
void solver::get_antecedents(literal l, constraint& j, literal_vector& r, bool probing) {
|
||||
expr* e = nullptr;
|
||||
euf::enode* n = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue