Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borelian authored Nov 22, 2022
1 parent f4bbf60 commit c8d795e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
# Adaptive Benders

Source code and instances for the computational experiments of the paper "Benders Adaptive-Cuts Method for Two-Stage Stochastic Programs" by Cristian Ramírez-Pico, Ivana Ljubić and Eduardo Moreno.
Source code and instances for the computational experiments of the paper "Benders Adaptive-Cuts Method for Two-Stage Stochastic Programs" by Cristian Ramírez-Pico, Ivana Ljubić and Eduardo Moreno. [arXiv:2203.00752](https://doi.org/10.48550/arXiv.2203.00752)

It applies different Benders methods and other optimization methods to solve two stochastic network flow problem.

It requires NumPy library and Gurobi (https://www.gurobi.com) as optimization solver.

Each problem as its own class file and a run-file to execute an instance
It applies different Benders methods and other optimization methods to solve three stochastic network flow problems. Each problem as its own class file and a run-file to execute an instance

Problems are:
- Stochastic Capacity Planning Problem
Expand All @@ -22,3 +18,4 @@ Problems are:
- Run file: `runFLcvar.py`
- Instances: `instancesFlcvar/`

It requires NumPy library and Gurobi (https://www.gurobi.com) as optimization solver.

0 comments on commit c8d795e

Please sign in to comment.