Interface DoubleSolution

All Superinterfaces:
Serializable, Solution<Double>
All Known Implementing Classes:
DefaultDoubleSolution

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