mirror of
https://github.com/ANL-CEEESA/RELOG.git
synced 2025-12-06 07:48:50 -06:00
Update TOC
This commit is contained in:
18
README.md
18
README.md
@@ -6,15 +6,12 @@ ReverseManufacturing.jl
|
||||
Table of Contents
|
||||
=================
|
||||
|
||||
* [ReverseManufacturing.jl](#reversemanufacturingjl)
|
||||
* [Installation](#installation)
|
||||
* [Typical Usage](#typical-usage)
|
||||
* [Describing an instance](#describing-an-instance)
|
||||
* [Products](#products)
|
||||
* [Processing Plants](#processing-plants)
|
||||
* [Optimizing](#optimizing)
|
||||
* [Current Limitations](#current-limitations)
|
||||
* [Authors](#authors)
|
||||
* [Installation](#installation)
|
||||
* [Typical Usage](#typical-usage)
|
||||
* [Describing an instance](#describing-an-instance)
|
||||
* [Optimizing](#optimizing)
|
||||
* [Current Limitations](#current-limitations)
|
||||
* [Authors](#authors)
|
||||
|
||||
Installation
|
||||
------------
|
||||
@@ -24,7 +21,7 @@ The package was developed and tested with Julia 1.3 and may not be compatible wi
|
||||
pkg> add git@github.com:iSoron/ReverseManufacturing.git
|
||||
```
|
||||
|
||||
To make sure that the package has been correctly installed
|
||||
To make sure that the package has been correctly installed:
|
||||
|
||||
```
|
||||
pkg> test ReverseManufacturing
|
||||
@@ -72,7 +69,6 @@ After creating a JSON file describing the reverse manufacturing process and the
|
||||
|
||||
```julia
|
||||
using ReverseManufacturing
|
||||
|
||||
ReverseManufacturing.solve("/home/user/instance.json")
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user