类 SimplexSolverTest

java.lang.Object
org.hipparchus.optim.linear.SimplexSolverTest

public class SimplexSolverTest extends Object
  • 构造器详细资料

    • SimplexSolverTest

      public SimplexSolverTest()
  • 方法详细资料

    • testMath842Cycle

      public void testMath842Cycle()
    • testMath828

      public void testMath828()
    • testMath828Cycle

      public void testMath828Cycle()
    • testMath781

      public void testMath781()
    • testMath713NegativeVariable

      public void testMath713NegativeVariable()
    • testMath434NegativeVariable

      public void testMath434NegativeVariable()
    • testMath434UnfeasibleSolution

      public void testMath434UnfeasibleSolution()
    • testMath434PivotRowSelection

      public void testMath434PivotRowSelection()
    • testMath434PivotRowSelection2

      public void testMath434PivotRowSelection2()
    • testMath272

      public void testMath272()
    • testMath286

      public void testMath286()
    • testDegeneracy

      public void testDegeneracy()
    • testMath288

      public void testMath288()
    • testMath290GEQ

      public void testMath290GEQ()
    • testMath290LEQ

      public void testMath290LEQ()
    • testMath293

      public void testMath293()
    • testMath930

      public void testMath930()
    • testSimplexSolver

      public void testSimplexSolver()
    • testSingleVariableAndConstraint

      public void testSingleVariableAndConstraint()
    • testModelWithNoArtificialVars

      public void testModelWithNoArtificialVars()
      不需要人工变量(无等式和无大于约束),我们可以直接进入第二阶段。
    • testMinimization

      public void testMinimization()
    • testSolutionWithNegativeDecisionVariable

      public void testSolutionWithNegativeDecisionVariable()
    • testInfeasibleSolution

      public void testInfeasibleSolution()
    • testUnboundedSolution

      public void testUnboundedSolution()
    • testRestrictVariablesToNonNegative

      public void testRestrictVariablesToNonNegative()
    • testEpsilon

      public void testEpsilon()
    • testTrivialModel

      public void testTrivialModel()
    • testLargeModel

      public void testLargeModel()
    • testSolutionCallback

      public void testSolutionCallback()
    • testDimensionMatch

      public void testDimensionMatch()