3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-04 22:36:10 +00:00

First check for conflict and then sat

This commit is contained in:
CEisenhofer 2026-05-22 14:38:07 +02:00
parent 7ede1b9c3d
commit cedb13d045
4 changed files with 20 additions and 115 deletions

View file

@ -1329,14 +1329,6 @@ namespace seq {
// Temporarily bumps m_mod_cnt for RHS computation, then restores.
// Called lazily on first edge traversal in search_dfs.
void add_subst_length_constraints(nielsen_edge* e);
// Bump modification counts for an edge's non-eliminating substitutions.
// Called when entering an edge during DFS.
void inc_edge_mod_counts(nielsen_edge* e);
// Restore modification counts for an edge's non-eliminating substitutions.
// Called when backtracking from an edge during DFS.
void dec_edge_mod_counts(nielsen_edge* e);
};
}