3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-28 08:58:44 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-10-30 14:54:04 -07:00
parent 938a89e197
commit f97dd34028
6 changed files with 25 additions and 11 deletions

View file

@ -1091,7 +1091,7 @@ public:
void restart_eh() {
m_arith_eq_adapter.restart_eh();
#if 0
#if 1
// experiment
if (m_lia) {
std::function<bool(unsigned)> is_root = [&](unsigned j) {