mirror of
https://github.com/Z3Prover/z3
synced 2026-03-17 18:43:45 +00:00
Updated benchmarking script
This commit is contained in:
parent
608227a27e
commit
2be1b175cc
2 changed files with 11 additions and 10 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue