mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 01:40:22 +00:00
parent
fce1252145
commit
d75ce38016
3 changed files with 13 additions and 12 deletions
|
@ -511,6 +511,7 @@ public:
|
|||
// Return false if the resultant graph has a negative cycle. The negative
|
||||
// cycle can be extracted using traverse_neg_cycle.
|
||||
// The method assumes the graph is feasible before the invocation.
|
||||
|
||||
bool enable_edge(edge_id id) {
|
||||
edge& e = m_edges[id];
|
||||
SASSERT(is_feasible_dbg());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue