mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Add benchmark scripts
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB |
@@ -49,7 +49,7 @@ MaxWeightStableSetGenerator(w=uniform(loc=100., scale=50.),
|
||||
|
||||
#### Challenge A
|
||||
|
||||

|
||||

|
||||
|
||||
## Multidimensional 0-1 Knapsack Problem
|
||||
|
||||
@@ -95,6 +95,12 @@ If a probability distribution `w_jitter` is provided, then item weights will be
|
||||
|
||||
By default, all generated prices, weights and capacities are rounded to the nearest integer number. If `round=False` is provided, this rounding will be disabled.
|
||||
|
||||
### Benchmark results
|
||||
|
||||
#### Challenge A
|
||||
|
||||

|
||||
|
||||
!!! note "References"
|
||||
* Freville, Arnaud, and Gérard Plateau. *An efficient preprocessing procedure for the multidimensional 0–1 knapsack problem.* Discrete applied mathematics 49.1-3 (1994): 189-212.
|
||||
* Fréville, Arnaud. *The multidimensional 0–1 knapsack problem: An overview.* European Journal of Operational Research 155.1 (2004): 1-21.
|
||||
Reference in New Issue
Block a user