Class BaseMultiObjectiveShortestPathAlgorithm<V,​E>

    • Field Detail

      • GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX

        static final java.lang.String GRAPH_MUST_CONTAIN_THE_SOURCE_VERTEX
        Error message for reporting that a source vertex is missing.
        See Also:
        Constant Field Values
      • GRAPH_MUST_CONTAIN_THE_SINK_VERTEX

        static final java.lang.String GRAPH_MUST_CONTAIN_THE_SINK_VERTEX
        Error message for reporting that a sink vertex is missing.
        See Also:
        Constant Field Values
      • graph

        protected final Graph<V,​E> graph
        The underlying graph.
    • Constructor Detail

      • BaseMultiObjectiveShortestPathAlgorithm

        public BaseMultiObjectiveShortestPathAlgorithm​(Graph<V,​E> graph)
        Constructs a new instance of the algorithm for a given graph
        Parameters:
        graph - the graph