mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +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
|
@ -530,10 +530,6 @@ namespace opt {
|
|||
}
|
||||
}
|
||||
|
||||
void context::set_soft_assumptions() {
|
||||
// TBD no-op
|
||||
}
|
||||
|
||||
void context::enable_sls(bool force) {
|
||||
if ((force || m_enable_sls) && m_sat_solver.get()) {
|
||||
m_params.set_bool("optimize_model", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue