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:
parent
8da1d6070b
commit
ad81fee118
9 changed files with 274 additions and 27 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue