mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
re-enable pre-process
This commit is contained in:
parent
c9fa00aec1
commit
3f5eb7fcf2
10 changed files with 66 additions and 62 deletions
|
@ -22,8 +22,8 @@ Notes:
|
|||
#include "opt/maxsmt.h"
|
||||
|
||||
namespace opt {
|
||||
maxsmt_solver_base* mk_wmax(maxsat_context& c, vector<soft>& s);
|
||||
maxsmt_solver_base* mk_wmax(maxsat_context& c, vector<soft>& s, unsigned index);
|
||||
|
||||
maxsmt_solver_base* mk_sortmax(maxsat_context& c, vector<soft>& s);
|
||||
maxsmt_solver_base* mk_sortmax(maxsat_context& c, vector<soft>& s, unsigned index);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue