Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-966

Native support for upper and lower bound for SimplexSolver

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.1.1, 4.0
    • 4.X
    • None
    • None

    Description

      The SimplexSolver (import org.apache.commons.math3.optim.linear.SimplexSolver) do not support lower and upper bounds as input arguments. It would be convenient to have this support since this would be very helpful when dealing with unconstrained problems (no Ax = c present) that has bounds on x (x_l <= x <= x_u).

      Attached is a piece of code in need for such a feature where a lot of fiddeling is needed in order to convert the bounds (x_l <= x <= x_u) to constraints (Ax = c).

      Attachments

        1. simplextest.java
          18 kB
          Alexander Sehlström

        Activity

          People

            Unassigned Unassigned
            sehlstrom Alexander Sehlström
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: