Package | Description |
---|---|
dev.nm.solver.multivariate.constrained.convex.sdp.socp.qp.lp.simplex.solver | |
dev.nm.solver.multivariate.constrained.integer.linear.cuttingplane |
Modifier and Type | Class and Description |
---|---|
class |
FerrisMangasarianWrightPhase2
This implementation solves a canonical linear programming problem that does not need preprocessing its simplex table.
|
class |
LPCanonicalSolver
This is an LP solver that solves a canonical LP problem in the following form.
|
class |
LPTwoPhaseSolver
This implementation solves a linear programming problem,
LPProblem , using a two-step approach. |
Constructor and Description |
---|
LPTwoPhaseSolver(LPSimplexSolver<LPCanonicalProblem1> solver)
Construct an LP solver to solve LP problems.
|
Constructor and Description |
---|
SimplexCuttingPlaneMinimizer(LPSimplexSolver solver,
SimplexCuttingPlaneMinimizer.CutterFactory cutterFactory)
Construct a cutting-plane minimizer to solve an MILP problem.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.