3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 00:18:45 +00:00

expose internal API for set_phase

This commit is contained in:
Nikolaj Bjorner 2021-02-02 14:29:06 -08:00
parent 8f577d3943
commit fb1509d011
13 changed files with 24 additions and 2 deletions

View file

@ -2031,6 +2031,8 @@ namespace smtfd {
return r;
}
void set_phase(expr* e) override {}
void updt_params(params_ref const & p) override {
::solver::updt_params(p);
if (m_fd_sat_solver) {