mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-05 23:38:52 -06:00
Minor fixes
This commit is contained in:
@@ -9,7 +9,7 @@ In this page, we describe the precise mathematical optimization model used by RE
|
|||||||
* $L$ - Set of locations holding the original material to be recycled
|
* $L$ - Set of locations holding the original material to be recycled
|
||||||
* $M$ - Set of materials recovered during the reverse manufacturing process
|
* $M$ - Set of materials recovered during the reverse manufacturing process
|
||||||
* $P$ - Set of potential plants to open
|
* $P$ - Set of potential plants to open
|
||||||
* $T=\{1, \ldots, t^{max}\}$ - Set of time periods
|
* $T = \{ 1, \ldots, t^{max} \} $ - Set of time periods
|
||||||
|
|
||||||
### Constants
|
### Constants
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ In this page, we describe the precise mathematical optimization model used by RE
|
|||||||
**Products:**
|
**Products:**
|
||||||
|
|
||||||
* $\alpha_{pm}$ - Amount of material $m$ recovered by plant $t$ for each tonne of original material (`tonne/tonne`)
|
* $\alpha_{pm}$ - Amount of material $m$ recovered by plant $t$ for each tonne of original material (`tonne/tonne`)
|
||||||
* $m^\text{initial}_{lt}$ - Amount of original material to be recycled at location $l$ during time $t$ (tonne)
|
* $m^\text{initial}_{lt}$ - Amount of original material to be recycled at location $l$ during time $t$ (`tonne`)
|
||||||
|
|
||||||
**Transportation:**
|
**Transportation:**
|
||||||
|
|
||||||
|
|||||||
@@ -203,7 +203,7 @@ function solve(instance::Instance;
|
|||||||
if optimizer == nothing
|
if optimizer == nothing
|
||||||
milp_optimizer = optimizer
|
milp_optimizer = optimizer
|
||||||
lp_optimizer = optimizer
|
lp_optimizer = optimizer
|
||||||
else
|
end
|
||||||
|
|
||||||
@info "Building graph..."
|
@info "Building graph..."
|
||||||
graph = RELOG.build_graph(instance)
|
graph = RELOG.build_graph(instance)
|
||||||
|
|||||||
Reference in New Issue
Block a user