Package drasys.or.opt.lp

Dense simplex algorithm (depreciated).

See:
          Description

Interface Summary
LinearProgrammingI The interface used by all algorithms to access linear programming models.
 

Class Summary
DenseLPBase The interface used by all algorithms to access linear programming models.
DenseSimplex An implementation of the simplex algorithm that is optimized for dense coefficients.
 

Exception Summary
ConvergenceException Thrown if an algorithm doesn't converge to a solution after the maximum iterations.
LPException The base class for all exceptions in the 'lp' package.
NoSolutionException This exception is thrown if no basic feasible solution can be found for the model.
ScaleException This exception is thrown if any nonzero coefficient is outside the allowable range of the algorithm.
UnboundedException Thrown if the constraints allow the objective to grow to infinity.
 

Error Summary
LPError The base class for all errors in the 'lp' package.
 

Package drasys.or.opt.lp Description

Dense simplex algorithm (depreciated).

Author:
DRA Systems


Copyright(C)1997-2000 by DRA Systems all rights reserved. OpsResearch.com