Package gov.nih.mipav.model.algorithms
Class CeresSolver2.VertexTotalOrderingInteger
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver2.VertexTotalOrderingInteger
-
- Enclosing class:
- CeresSolver2
class CeresSolver2.VertexTotalOrderingInteger extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private CeresSolver.Graph<java.lang.Integer>
graph_
-
Constructor Summary
Constructors Constructor Description VertexTotalOrderingInteger(CeresSolver.Graph<java.lang.Integer> graph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
operator(int lhs, int rhs)
-
-
-
Field Detail
-
graph_
private CeresSolver.Graph<java.lang.Integer> graph_
-
-
Constructor Detail
-
VertexTotalOrderingInteger
public VertexTotalOrderingInteger(CeresSolver.Graph<java.lang.Integer> graph)
-
-