mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 12:23:38 +00:00
Debug dlist insertion
Found because of assertion failure in test_polysat::test_fixed_point_arith_div_mul_inverse()
This commit is contained in:
parent
e58815884f
commit
f184545aca
5 changed files with 96 additions and 32 deletions
|
@ -19,6 +19,7 @@ Revision History:
|
|||
#pragma once
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
|
||||
void enable_assertions(bool f);
|
||||
bool assertions_enabled();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue