mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 01:13:18 +00:00
fix #4131
This commit is contained in:
parent
e3f712b3cf
commit
1f9e022168
2 changed files with 2 additions and 5 deletions
|
@ -264,13 +264,11 @@ class dl_graph {
|
|||
public:
|
||||
// An assignment is feasible if all edges are feasible.
|
||||
bool is_feasible() const {
|
||||
#ifdef Z3DEBUG
|
||||
for (unsigned i = 0; i < m_edges.size(); ++i) {
|
||||
if (!is_feasible(m_edges[i])) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue