Crate generic_rcsp

Source

Structs§

FeasiblePath
Solution object describing path between source and sink node
Label
Internal label struct used during algorithm Holds cost used for domination and LabelMeta used for resource tracking
ProblemGraph
Compact struct containing dag and references to its source and sink node.
RcspSolver
The solver structure holding the user problem and graph

Traits§

InitialLabelGenerator
Generates the initial root label
Meta
Trait to be implemented by user for LabelMeta
UserProblem
Main trait to implement that holds the user implementation of the problem.

Type Aliases§

GraphType
Shorthand for petgraph stable graph