Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.jgrapht.experimental Classes and Interfaces - 38 results found.
NameDescriptionTypePackageFramework
AdaptiveIsomorphismInspectorFactoryThis class serves as a factory for GraphIsomorphismInspector concrete implementations.Classorg.jgrapht.experimental.isomorphismJGraph
ApproximationAlgorithmInterfaceorg.jgrapht.experimental.algJGraph
ArrayPermutationsIterAn interface to iterate over array permutations.Interfaceorg.jgrapht.experimental.permutationJGraph
BrownBacktrackColoringClassorg.jgrapht.experimental.alg.colorJGraph
CollectionPermutationIterGiven a container with elements (Collection,Enumeration,array) defines a permutation iterator which returns, on each iteration, a differnt permutationClassorg.jgrapht.experimental.permutationJGraph
CompoundPermutationIterFor permutation like this: 1,2 are the same eq.Classorg.jgrapht.experimental.permutationJGraph
DirectedAcyclicGraphDirectedAcyclicGraph implements a DAG that can be modified (vertices & edges added and removed), is guaranteed to remain acyclic, and provides fastClassorg.jgrapht.experimental.dagJGraph
DirectedAcyclicGraph .CycleFoundExceptionException used in dfsF when a cycle is foundAuthor:gilespSee Also:Serialized FormClassorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .RegionRegion is an *inclusive* range of indices.Classorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .TopoOrderMappingFor performance tuning, an interface for storing the topological orderingget the topological index of the given vertex.Interfaceorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .TopoOrderMappingFactoryDirectedAcyclicGraph.Interfaceorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .Visitedthis interface allows specification of a strategy for marking vertices as visited (based on their topological index, so the vertex type isn't partInterfaceorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .VisitedArrayImplThis implementation, somewhat to my surprise, is slower than the ArrayList version, probably due to its reallocation of the underlyingClassorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .VisitedArrayListImplThis implementation seems to offer the best performance in most cases.Classorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .VisitedBitSetImplThis implementation is close to the performance of VisitedArrayListImpl, with 1/8 the memory usage.Classorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .VisitedFactoryDirectedAcyclicGraph.Interfaceorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
DirectedAcyclicGraph .VisitedHashSetImplThis implementation doesn't seem to perform as well, though I can imagine circumstances where it should shine (lots and lots of vertices).Classorg.jgrapht.experimental.dag.DirectedAcyclicGraphJGraph
EquivalenceComparatorThis interface distinguishes between Equivalence sets.Interfaceorg.jgrapht.experimental.equivalenceJGraph
EquivalenceComparatorChainA container of comparators, which are tested in a chain until the first result can be supplied.Interfaceorg.jgrapht.experimental.equivalenceJGraph
EquivalenceComparatorChainBaseThis class implements comparator chaining.Classorg.jgrapht.experimental.equivalenceJGraph
EquivalenceSetEquivalenceSet is a Set of elements which have been determined to be equivalent using EquivalenceComparator.Classorg.jgrapht.experimental.equivalenceJGraph
EquivalenceSetCreatorClassorg.jgrapht.experimental.equivalenceJGraph
ExactAlgorithmInterfaceorg.jgrapht.experimental.algJGraph
GraphIsomorphismInspectorIsomorphism Overview Isomorphism is the problem of testing whether two graphs are topologicallyInterfaceorg.jgrapht.experimental.isomorphismJGraph
GraphOrderingHolds graph information as int labels only.Classorg.jgrapht.experimental.isomorphismJGraph
GraphReaderClassorg.jgrapht.experimentalJGraph
GraphSquareClassorg.jgrapht.experimentalJGraph
GraphTestsClassorg.jgrapht.experimentalJGraph
GreedyColoringClassorg.jgrapht.experimental.alg.colorJGraph
IntArrayGraphAlgorithmClassorg.jgrapht.experimental.algJGraph
IntegerPermutationIterIterates through permutations of N elements.Classorg.jgrapht.experimental.permutationJGraph
IsomorphismRelationHolds an isomorphism relation for two graphs.Classorg.jgrapht.experimental.isomorphismJGraph
PartiteRandomGraphGeneratorPartiteRandomGraphGenerator generates a partite uniform random graph of any size.Classorg.jgrapht.experimentalJGraph
PermutationFactoryFactory to create Permutations of several types and use them as Enumerations.Classorg.jgrapht.experimental.permutationJGraph
RandomGraphHelperUniformRandomGraphGenerator generates a uniform random graph of any size.Classorg.jgrapht.experimentalJGraph
UniformEquivalenceComparatorThis Equivalence comparator acts as if all elements are in one big global equivalence class.Classorg.jgrapht.experimental.equivalenceJGraph
UniformRandomGraphGeneratorUniformRandomGraphGenerator generates a uniform random graph of any size.Classorg.jgrapht.experimentalJGraph
VertexDegreeEquivalenceComparatorTwo vertexes are equivalent under this comparator if and only if: they have the same IN degreeClassorg.jgrapht.experimental.isomorphismJGraph