mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +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
|
@ -135,6 +135,8 @@ public:
|
|||
return r;
|
||||
}
|
||||
|
||||
void set_phase(expr* e) override { m_solver1->set_phase(e); m_solver2->set_phase(e); }
|
||||
|
||||
void updt_params(params_ref const & p) override {
|
||||
solver::updt_params(p);
|
||||
m_solver1->updt_params(p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue