3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-02 09:20:22 +00:00

adding maxlex, throttle use of asymmetric literal addition

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-01-24 19:26:44 -08:00
parent 8da1d6070b
commit ad81fee118
9 changed files with 274 additions and 27 deletions

View file

@ -114,7 +114,7 @@ namespace opt {
}
void update_assignment() {
for (soft& s : m_soft) s.is_true = is_true(s.s);
for (soft& s : m_soft) s.set_value(is_true(s.s));
}
bool is_true(expr* e) {