mirror of
https://github.com/Z3Prover/z3
synced 2026-01-29 21:38:44 +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
|
|
@ -68,6 +68,7 @@ public:
|
|||
}
|
||||
|
||||
solver* base_solver() { return m_base.get(); }
|
||||
void set_phase(expr* e) override { m_base->set_phase(e); }
|
||||
|
||||
solver* translate(ast_manager& m, params_ref const& p) override { UNREACHABLE(); return nullptr; }
|
||||
void updt_params(params_ref const& p) override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue