mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 16:38:45 +00:00
expose internal API for set_phase
This commit is contained in:
parent
8f577d3943
commit
fb1509d011
13 changed files with 24 additions and 2 deletions
|
@ -79,6 +79,7 @@ public:
|
|||
|
||||
unsigned get_num_assertions() const override;
|
||||
expr * get_assertion(unsigned idx) const override;
|
||||
void set_phase(expr* e) override { }
|
||||
|
||||
|
||||
expr_ref_vector cube(expr_ref_vector& vars, unsigned ) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue