Interface LPSimplexSolver<P extends LPProblem>

    • Method Detail

      • solve

        LPSimplexSolution solve​(SimplexTable table)
                         throws Exception
        Solve an LP problem by a simplex algorithm on a simplex table
        Parameters:
        table - the initial simplex table corresponding to the LP problem
        Returns:
        an LP solution
        Throws:
        Exception - when there is an error