File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,11 @@ HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
55JuMP = " 4076af6c-e467-56ae-b986-b466b2749572"
66MathOptInterface = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
77MultiObjectiveAlgorithms = " 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"
Original file line number Diff line number Diff line change 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 )
56by 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.
You can’t perform that action at this time.
0 commit comments