Package de.timefinder.algo.graph

Examples of de.timefinder.algo.graph.SimpleTree.higher()


                        tmpX = matching.getY(tmpY).iterator().next();
                        augmentatingTree.addBranches(tmpY, eqSubGraph.getX(tmpX));
                    }
                }

                augmentatingTree.higher();
                yNeighbors = augmentatingTree.getNeighbors();
            }

            // ... and swap the matching along the this path
            // => extended matching (one more edge).
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.