mirror of
https://github.com/Z3Prover/z3
synced 2026-01-09 12:28:58 +00:00
improve pre-processing
This commit is contained in:
parent
a634876180
commit
3cc9d7f443
22 changed files with 147 additions and 80 deletions
|
|
@ -28,6 +28,7 @@ namespace opt {
|
|||
solver& s;
|
||||
expr_ref_vector m_trail;
|
||||
|
||||
obj_map<expr, rational> soft2map(vector<soft> const& softs, expr_ref_vector& fmls);
|
||||
bool find_mutexes(vector<soft>& softs, rational& lower);
|
||||
void process_mutex(expr_ref_vector& mutex, obj_map<expr, rational>& new_soft, rational& lower);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue