mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 08:12:21 +03:00
violet: initial implementation
This commit is contained in:
@@ -228,6 +228,10 @@ bool isVacuous(const NGHolder &h);
|
||||
* proper successors). */
|
||||
bool isAnchored(const NGHolder &h);
|
||||
|
||||
/** \brief True if the graph contains no anchored vertices (start has no
|
||||
* successors aside from startDs or vertices connected to startDs). */
|
||||
bool isFloating(const NGHolder &h);
|
||||
|
||||
/** True if the graph contains no back-edges at all, other than the
|
||||
* startDs self-loop. */
|
||||
bool isAcyclic(const NGHolder &g);
|
||||
|
Reference in New Issue
Block a user