Crate generic_rcsp

source ·

Structs

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

Traits

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

Type Aliases