3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-17 18:43:45 +00:00

Updated benchmarking script

This commit is contained in:
CEisenhofer 2026-03-05 18:42:31 +01:00
parent 608227a27e
commit 2be1b175cc
2 changed files with 11 additions and 10 deletions

View file

@ -894,8 +894,7 @@ namespace seq {
bool nielsen_graph::apply_det_modifier(nielsen_node* node) {
for (str_eq const& eq : node->str_eqs()) {
if (eq.is_trivial())
continue;
SASSERT(!eq.is_trivial()); // We should have simplified it away before
if (!eq.m_lhs || !eq.m_rhs)
continue;