Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
langit committed Nov 28, 2014
1 parent 7aadc7b commit 0802675
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ simplex

This is a tool for teaching simplex and branch & bound methods. For simplex method, it comes with several examples including degeneracy and cycling, and allow the user to dictate how to pivot. For branch and bound method, it is desinged to interact with the user to explore all possible branch and bound trees. The user can also load a problem from a text file or simply type in a model directly. The format is very simple and very similar to the LP format, see the packed-in examples.


features
========

# You can save everything as Excel files easily (tab-separated text)

# Input file format is given interactively when you load/input the model

# The branch & bound tree is interactively updated while exploring

# Sensitivity report is supported once a model is solved to optimality
- You can save everything as Excel files easily (tab-separated text)
- Input file format is given interactively when you load/input the model
- The branch & bound tree is interactively updated while exploring
- Sensitivity report is supported once a model is solved to optimality

0 comments on commit 0802675

Please sign in to comment.