mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
re-enable pre-process
This commit is contained in:
parent
c9fa00aec1
commit
3f5eb7fcf2
10 changed files with 66 additions and 62 deletions
|
@ -186,7 +186,7 @@ namespace opt {
|
|||
public:
|
||||
|
||||
maxlex(maxsat_context& c, unsigned id, vector<soft>& s):
|
||||
maxsmt_solver_base(c, s),
|
||||
maxsmt_solver_base(c, s, id),
|
||||
m(c.get_manager()),
|
||||
m_c(c) {
|
||||
// ensure that soft constraints are sorted with largest soft constraints first.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue