Hello, I could not reproduce this bug using your code.
PriorityQueue bug: elements not moved down correctly
Thanks very much for reporting. I have fixed the issue on the master branch, please...
PriorityQueue: fix bug (wrong priority was taken)
make Utils class (some of its methods) more vis...
rename matching classes to reflect bipartiteness
rename matching class files
Isomorphism class (graph isomorphism heuristics...
fix year
fix LP output, add IsZero and IsConstant to Exp...
fixes (edge count) and optimizations in LP.Opti...
Utils.ExecuteCommand
calculate maximum matching and minimum cost mat...
LP and MIP solver util classes and interface
clarification
LP maximum stable set and minimum vertex cover ...
Supergraph.AddArc: check HasNode in debug mode
One more thing about error handling: for performance reasons, IBuildableGraph.AddArc...
Hi, Take a look at this excerpt of your code: for (int i = 0; i < m.TopologyVertices.Count;...
Prepare release 0.6beta
Insertion TSP solver doesn't allow positive infinity cost from a node to itself.
Insertion TSP solver doesn't allow positive infinity cost from a node to itself.
Fixed, thanks for reporting. I also added some IEquatable<T> constraints to avoid...
Add some missing IEquatable<T> constraints to s...
GraphML improve docs, add example for saving no...
Add convenience functions to SpanningForest.cs ...
fix Prim bug (KeyNotFoundException when vertex ...
Don't prefer 32-bit
modify year number in license.txt
Fix Supergraph.DeleteNode
GraphML fixes: "edge" instead of "arc", and use...
RemoveAll for lists
LGF reader fixes
ContractedGraph comments and minor modifications
Add GraphML property indexer