PreviousUpNext

13.2.18  graph

The standard library oop_directed_graph package specifies the main Mythryl graph interface. The src/lib/graph/ directory contains dozens of standard graph algorithms implemented for these graphs.

The oop_directed_graph package implements the Graph interface defined in src/lib/graph/oop-digraph.api API.

The oop_directed_graph package source code is in src/lib/graph/oop-digraph.pkg.

The above information is manually maintained and may contain errors.

api {   graph :
            String
            ->Null_Or(
                {graph:?.portable_graph::Graph, imports:List(freezefile_db::Freezefile ),
                nativesrc:String -> String}
               );};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext