3
0
Fork 0
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:
Jakob Rath 2022-10-05 17:24:28 +02:00
parent e58815884f
commit f184545aca
5 changed files with 96 additions and 32 deletions

View file

@ -19,6 +19,7 @@ Revision History:
#pragma once
#include <stdlib.h>
#include <iostream>
void enable_assertions(bool f);
bool assertions_enabled();