public class GomoryPureCut extends SimplexCuttingPlane
| Modifier and Type | Class and Description |
|---|---|
static class |
GomoryPureCut.MyCutter
This is Gomory's pure cut.
|
SimplexCuttingPlane.CutterFactory| Constructor and Description |
|---|
GomoryPureCut()
Construct a Gomory pure cutting-plane minimizer to solve pure ILP problems,
in which all variables are integral.
|
solve