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

Simplex solver report unbounded solution when solvable constraints scaling up

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.6.1
    • 4.0
    • None
    • None
    • macOS catalina

    Description

      scenario 1:

      min: x + y
      x, y >= 0
      9000x + y >= 0
      10000x + y >= 2000
      x >= 2

      scenario 2:

      min: x + y
      x, y >= 0
      9.0E15x + 1.0E12y >= 0
      1.1e16x + 1.0e12y >= 2.0e15
      1.0e12x >= 2e12

      for scenario 1, it works out. but for scenario 2 whose constrains are just scaled up by 1e12, the solver reports unbounded solution.

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              fanfzzhang Fan Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 10m
                  1h 10m