mirror of
https://github.com/Z3Prover/z3
synced 2026-02-20 07:24:40 +00:00
remove theory_str and classes that are only used by it
This commit is contained in:
parent
2ac1b24121
commit
fcd3a70c92
34 changed files with 14 additions and 14974 deletions
|
|
@ -864,14 +864,6 @@ bool model_evaluator::eval(expr_ref_vector const& ts, expr_ref& r, bool model_co
|
|||
return eval(tmp, r, model_completion);
|
||||
}
|
||||
|
||||
void model_evaluator::set_solver(expr_solver* solver) {
|
||||
m_imp->m_cfg.m_seq_rw.set_solver(solver);
|
||||
}
|
||||
|
||||
bool model_evaluator::has_solver() {
|
||||
return m_imp->m_cfg.m_seq_rw.has_solver();
|
||||
}
|
||||
|
||||
model_core const & model_evaluator::get_model() const {
|
||||
return m_imp->cfg().m_model;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue