mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-07 16:18:51 -06:00
12 lines
327 B
Markdown
12 lines
327 B
Markdown
# Optimizing
|
|
|
|
After creating a JSON file describing the reverse manufacturing process and the input data, the following example illustrates how to use the package to find the optimal set of decisions:
|
|
|
|
```julia
|
|
using RELOG
|
|
RELOG.solve("/home/user/instance.json")
|
|
```
|
|
|
|
The optimal logistics plan will be printed to the screen.
|
|
|