Giter Site home page Giter Site logo

lpsolver's People

Watchers

Venkata Kalyan B avatar

lpsolver's Issues

Solver can not handle more than 20 variables

What steps will reproduce the problem?
1. Input a 21 variable problem.
2. Solve.

What is the expected output? What do you see instead?
Would expect to see a moderately fast solution.  Instead Java encounters
memory overload errors on ArrayList capacities when calculating the power
set of variables.

Anticipated Solution Method:  Rather than calculate the entire power set,
the optimal method will be to individually calculate each element of the
power set, run a test to see if it is the correct size or represents a
basic feasible solution.  Eliminating the power set ArrayList will resolve
most of the current performance issues.


Original issue reported on code.google.com by [email protected] on 19 Apr 2009 at 4:46

Selecting a cell in one table does not deselect currently selected cell in the other table.

What steps will reproduce the problem?
1. Select a cell in Objective Function Table.
2. Select a cell in the Constraint Table.

What is the expected output? What do you see instead?
The cell in the Objective Function Table should deselect when a cell in the 
Constraint Table is 
selected.  Currently cross-table selections do not cross-deselect.

Please use labels and text to provide additional information.
JTable Cell Editors/Frame Class

Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 3:34

Bad Solution for Simple LPP

What steps will reproduce the problem?
1. Obj Func: 3,4,5,2,7,8 Minimize
2. Constraints:
1,1,1,0,0,0,=,5
0,0,0,0,1,1,=,5
1,0,0,-1,0,0,=,0
0,1,0,1,-1,0,=,0
0,0,1,0,0,-1,=,0
3. Solve

What is the expected output? What do you see instead?
Expect Solution: 0,5,0,0,5,0 for OFV = 55.  Instead get 0,0,0,0,5,0 for OFV = 
55.
LaTeX Output has variant solution; suspect failure in pivot variable choosing 
method.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 24 Apr 2009 at 2:22

Revising input in a table cell should initialize with the previous input all selected

What steps will reproduce the problem?
1. Enter a value in a double-based table cell.
2. Deselect the cell.
3. Reselect the cell with a single click to highlight, and enter new values.

What is the expected output? What do you see instead?
The newly entered values should replace the pre-existent values.
Currently, the newly entered values append on the pre-existent values.

Please use labels and text to provide additional information.
JTable Cell Editors/Frame Class

Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 3:32

"Bad LPP Input" Error Messages

What steps will reproduce the problem?
1. Input an infeasible LPP, solve.
2. Input an unbounded LPP, solve.
3. Input a pivot out-timing LPP, solve.

What is the expected output? What do you see instead?
Expect separate error messages.  Currently produces the same error message.


Original issue reported on code.google.com by [email protected] on 7 Apr 2009 at 3:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.