mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
reworking pd-maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3cb0e2d8b
commit
a9807878ea
7 changed files with 23 additions and 18 deletions
|
@ -101,10 +101,6 @@ namespace opt {
|
|||
m_c.enable_sls(force);
|
||||
}
|
||||
|
||||
void maxsmt_solver_base::set_soft_assumptions() {
|
||||
m_c.set_soft_assumptions();
|
||||
}
|
||||
|
||||
app* maxsmt_solver_base::mk_fresh_bool(char const* name) {
|
||||
app* result = m.mk_fresh_const(name, m.mk_bool_sort());
|
||||
m_c.fm().insert(result->get_decl());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue