The CyMeAlg Software (Release 0.01)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncymealg
 CdiGraphThis class defines a weighted directed graph with very limited number of operations
 CedgeTripleAn edge with a weight (used by the Edmonds algorithm)
 CposWeightA class for representing a positive number with negative values serving as the infinity (used in the Dijkstra algorithm)
 CdummyArrayA dummy array of integers that ignores all the assigned values
 CdummyRoundingA dummy class for rounding operations which does not actually do any rounding
 CtBoostRoundingA class for rounding operations which uses the BOOST library