mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 10:50:24 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6a4261d1af
commit
545e1c0d31
2 changed files with 84 additions and 3 deletions
|
@ -86,9 +86,6 @@ namespace sat {
|
|||
return;
|
||||
if (m_activity && ((m_stats.m_num_add % 1000) == 0))
|
||||
dump_activity();
|
||||
|
||||
SASSERT(!(n == 2 && c[0] == literal(3802, true) && c[1] == literal(3808, false)));
|
||||
VERIFY(!(n == 2 && c[0] == literal(3802, true) && c[1] == literal(3808, false)));
|
||||
|
||||
char buffer[10000];
|
||||
char digits[20]; // enough for storing unsigned
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue