Skip to content

Commit 4f57abe

Browse files
committed
Update README
1 parent 401de1a commit 4f57abe

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

papers/Dowson_et_al_2026/Project.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
55
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
66
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
77
MultiObjectiveAlgorithms = "0327d340-17cd-11ea-3e99-2fd5d98cecda"
8+
9+
[compat]
10+
DataFrames = "1"
11+
Gurobi = "1"
12+
HiGHS = "1"
13+
JuMP = "1"
14+
MathOptInterface = "1"
15+
MultiObjectiveAlgorithms = "1"

papers/Dowson_et_al_2026/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# MultiObjectiveAlgorithms.jl: a Julia pacakge for solving multi-objective optimization problems
22

3-
The code in this directory implements the numerical experiments contained in the
4-
paper [MultiObjectiveAlgorithms.jl: a Julia package for solving multi-objective optimization problems](https://doi.org/10.1287/ijoc.2025.1449)
3+
The code in this directory implements the numerical experiments contained
4+
Section 3 of the paper
5+
[MultiObjectiveAlgorithms.jl: a Julia package for solving multi-objective optimization problems](https://doi.org/10.1287/ijoc.2025.1449)
56
by Oscar Dowson, Xavier Gandibleux, and Gökhan Kof.
7+
8+
Run the benchmark as follows:
9+
```
10+
$ julia --project=. main.jl
11+
```
12+
13+
The outputs we obtained are given in `results.log`. The output is summarized
14+
into `final_results.out`, which is Table 2 in the paper.

0 commit comments

Comments
 (0)