Begin a cyclic conflict region. Cyclic conflicts occur when the graph has circular dependencies.
(&mut self, id: usize)
| 499 | /// |
| 500 | /// Cyclic conflicts occur when the graph has circular dependencies. |
| 501 | fn begin_cyclic_conflict(&mut self, id: usize) -> Result<(), std::io::Error> { |
| 502 | self.output_conflict_marker(markers::START, id, None) |
| 503 | } |
| 504 | |
| 505 | /// Move to the next side of a conflict. |
| 506 | /// |