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:
parent
7ede1b9c3d
commit
cedb13d045
4 changed files with 20 additions and 115 deletions
|
|
@ -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);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue