mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +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
|
@ -111,7 +111,7 @@ public:
|
|||
for (expr* e : ts) assert_expr(e);
|
||||
}
|
||||
|
||||
// void set_phase(expr* e) = 0;
|
||||
virtual void set_phase(expr* e) = 0;
|
||||
|
||||
void assert_expr(ptr_vector<expr> const& ts) {
|
||||
for (expr* e : ts) assert_expr(e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue