mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
better encodings for at-most-1, #755
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d2b70a5e2
commit
487f15f90a
2 changed files with 0 additions and 3 deletions
|
@ -205,7 +205,6 @@ Notes:
|
|||
return mk_at_most_1(full, n, xs);
|
||||
}
|
||||
else {
|
||||
std::cout << "sort " << k << "\n";
|
||||
SASSERT(2*k <= n);
|
||||
m_t = full?LE_FULL:LE;
|
||||
card(k + 1, n, xs, out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue