mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
better encodings for at-most-1, #755
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5d9820f3e2
commit
8d2b70a5e2
17 changed files with 232 additions and 253 deletions
|
@ -194,6 +194,11 @@ namespace opt {
|
|||
}
|
||||
}
|
||||
|
||||
lbool opt_solver::find_mutexes(expr_ref_vector const& vars, vector<expr_ref_vector>& mutexes) {
|
||||
return m_context.find_mutexes(vars, mutexes);
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
\brief maximize the value of objective i in the current state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue