mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
reworking pd-maxres
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
980e74b4ff
commit
e3cb0e2d8b
13 changed files with 192 additions and 170 deletions
|
@ -97,12 +97,8 @@ namespace opt {
|
|||
s().updt_params(p);
|
||||
}
|
||||
|
||||
void maxsmt_solver_base::enable_sls(expr_ref_vector const& soft, vector<rational> const& ws) {
|
||||
m_c.enable_sls(soft, ws);
|
||||
}
|
||||
|
||||
void maxsmt_solver_base::set_enable_sls(bool f) {
|
||||
m_c.set_enable_sls(f);
|
||||
void maxsmt_solver_base::enable_sls(bool force) {
|
||||
m_c.enable_sls(force);
|
||||
}
|
||||
|
||||
void maxsmt_solver_base::set_soft_assumptions() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue