Class IntegerValue

java.lang.Object
org.opt4j.core.IntegerValue
All Implemented Interfaces:
Comparable<Value<Integer>>, Value<Integer>

public class IntegerValue extends Object implements Value<Integer>
The IntegerValue is a Value with an Integer as value. The Objectives contains a convenience method that allows to add an IntegerValue without creating a new instance: Objectives.add(Objective, int).
See Also: