Interface IntegerSolution

All Superinterfaces:
Serializable, Solution<Integer>
All Known Implementing Classes:
DefaultIntegerSolution

public interface IntegerSolution extends Solution<Integer>
Interface representing integer solutions, where the variables are a list of bounded integer values. Each integer variable has associated a Bounds<Integer> object representing its lower and upper bounds.
Author:
Antonio J. Nebro