3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-04 12:40:23 +00:00

integrate v2 of lns

This commit is contained in:
Nikolaj Bjorner 2021-02-04 15:47:40 -08:00
parent dfb7c87448
commit 0ec567fe15
18 changed files with 254 additions and 105 deletions

View file

@ -2032,6 +2032,9 @@ namespace smtfd {
}
void set_phase(expr* e) override {}
phase* get_phase() override { return nullptr; }
void set_phase(phase* p) override { }
void move_to_front(expr* e) override { }
void updt_params(params_ref const & p) override {
::solver::updt_params(p);