mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
|
@ -119,6 +119,8 @@ public:
|
|||
|
||||
app* mk_fresh_bool();
|
||||
|
||||
expr_ref mk_at_most_1(unsigned num_args, expr * const * args);
|
||||
|
||||
|
||||
private:
|
||||
rational to_rational(parameter const& p) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue