mirror of
https://github.com/Z3Prover/z3
synced 2026-02-23 08:47:37 +00:00
wip
This commit is contained in:
parent
8e70112832
commit
807121aa03
5 changed files with 212 additions and 24 deletions
|
|
@ -28,8 +28,10 @@ namespace opt {
|
|||
solver& s;
|
||||
expr_ref_vector m_trail;
|
||||
|
||||
expr_ref_vector propagate(expr* f, lbool& is_sat);
|
||||
obj_map<expr, rational> soft2map(vector<soft> const& softs, expr_ref_vector& fmls);
|
||||
bool find_mutexes(vector<soft>& softs, rational& lower);
|
||||
bool prop_mutexes(vector<soft>& softs, rational& lower);
|
||||
void process_mutex(expr_ref_vector& mutex, obj_map<expr, rational>& new_soft, rational& lower);
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue