package constraints
Predefined constraints that may be passed to constrained Graph
s.
- Alphabetic
- By Inheritance
- constraints
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
Acyclic[N, E[X] <: EdgeLikeIn[X]] extends Constraint[N, E]
Ensures that the underlying
Graph
is acyclic at any time. -
class
Connected[N, E[X] <: EdgeLikeIn[X]] extends Constraint[N, E]
Ensures that the underlying
Graph
is connected if it is undirected or weakly connected if it is directed. -
class
NoneConstraint[N, E[X] <: EdgeLikeIn[X]] extends Constraint[N, E]
The empty constraint treating any addition or subtraction as valid.
Value Members
- object Acyclic extends ConstraintCompanion[Acyclic]
- object Connected extends ConstraintCompanion[Connected]
- object NoneConstraint extends ConstraintCompanion[NoneConstraint]