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

A bit cleanup

This commit is contained in:
CEisenhofer 2026-03-05 17:14:54 +01:00
parent c5e7cbc29d
commit 7dcebcdb0a
3 changed files with 1 additions and 13 deletions

View file

@ -868,10 +868,6 @@ namespace seq {
return search_result::unknown;
}
simplify_result nielsen_graph::simplify_node(nielsen_node* node) {
return node->simplify_and_init(*this);
}
bool nielsen_graph::apply_det_modifier(nielsen_node* node) {
for (str_eq const& eq : node->str_eqs()) {
if (eq.is_trivial())