mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
integrate v2 of lns
This commit is contained in:
parent
dfb7c87448
commit
0ec567fe15
18 changed files with 254 additions and 105 deletions
|
@ -80,6 +80,9 @@ public:
|
|||
unsigned get_num_assertions() const override;
|
||||
expr * get_assertion(unsigned idx) const override;
|
||||
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 { }
|
||||
|
||||
|
||||
expr_ref_vector cube(expr_ref_vector& vars, unsigned ) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue