package constraints
Predefined constraints that may be passed to constrained Graph
s.
- Alphabetic
- By Inheritance
- constraints
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class Acyclic[N, E[+X] <: EdgeLikeIn[X], G <: Graph[N, E]] extends Constraint[N, E, G]
Ensures that the underlying
Graph
is acyclic at any time. - class Connected[N, E[+X] <: EdgeLikeIn[X], G <: Graph[N, E]] extends Constraint[N, E, G]
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], G <: Graph[N, E]] extends Constraint[N, E, G]
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]