|
|
@ -6,15 +6,12 @@ ReverseManufacturing.jl
|
|
|
|
Table of Contents
|
|
|
|
Table of Contents
|
|
|
|
=================
|
|
|
|
=================
|
|
|
|
|
|
|
|
|
|
|
|
* [ReverseManufacturing.jl](#reversemanufacturingjl)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Installation](#installation)
|
|
|
|
* [Typical Usage](#typical-usage)
|
|
|
|
* [Typical Usage](#typical-usage)
|
|
|
|
* [Describing an instance](#describing-an-instance)
|
|
|
|
* [Describing an instance](#describing-an-instance)
|
|
|
|
* [Optimizing](#optimizing)
|
|
|
|
* [Products](#products)
|
|
|
|
* [Current Limitations](#current-limitations)
|
|
|
|
* [Processing Plants](#processing-plants)
|
|
|
|
* [Authors](#authors)
|
|
|
|
* [Optimizing](#optimizing)
|
|
|
|
|
|
|
|
* [Current Limitations](#current-limitations)
|
|
|
|
|
|
|
|
* [Authors](#authors)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Installation
|
|
|
|
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
|
|
|
|
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
|
|
|
|
pkg> test ReverseManufacturing
|
|
|
@ -72,7 +69,6 @@ After creating a JSON file describing the reverse manufacturing process and the
|
|
|
|
|
|
|
|
|
|
|
|
```julia
|
|
|
|
```julia
|
|
|
|
using ReverseManufacturing
|
|
|
|
using ReverseManufacturing
|
|
|
|
|
|
|
|
|
|
|
|
ReverseManufacturing.solve("/home/user/instance.json")
|
|
|
|
ReverseManufacturing.solve("/home/user/instance.json")
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|