v0.1
Alinson S. Xavier 6 years ago
parent f68b9b4f3e
commit 078f6461fc
No known key found for this signature in database
GPG Key ID: A796166E4E218E02

@ -6,12 +6,9 @@ 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)
* [Products](#products)
* [Processing Plants](#processing-plants)
* [Optimizing](#optimizing) * [Optimizing](#optimizing)
* [Current Limitations](#current-limitations) * [Current Limitations](#current-limitations)
* [Authors](#authors) * [Authors](#authors)
@ -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")
``` ```

Loading…
Cancel
Save