Interface LPSolution<T extends LPMinimizer>

  • Type Parameters:
    T - a minimizer type to an LP problem
    All Superinterfaces:
    MinimizationSolution<T>
    All Known Subinterfaces:
    LPSimplexSolution

    public interface LPSolution<T extends LPMinimizer>
    extends MinimizationSolution<T>
    A solution to an LP problem contains all information about solving an LP problem such as whether the problem has a solution (bounded), how many minimizers it has, and the minimum. For an LP problem that has multiple minimizers, the solution produces all of them.