public static class IntegralConstrainedCellFactory.SomeIntegers extends java.lang.Object implements IntegralConstrainedCellFactory.IntegerConstraint
| Constructor and Description |
|---|
SomeIntegers(IPProblem problem)
Construct the integral constraint from an Integer Programming problem.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
round(Vector x) |
public SomeIntegers(IPProblem problem)
problem - an Integer Programming problemIpublic Vector round(Vector x)
round in interface IntegralConstrainedCellFactory.IntegerConstraint