Skip to content
Snippets Groups Projects
Commit 7cddcb7d authored by Hadhami OUNI's avatar Hadhami OUNI
Browse files

READ ME

parent 4dc84f6d
No related branches found
No related tags found
No related merge requests found
......@@ -52,14 +52,15 @@ To generate a random graph, use the following options:
To extract the optimal solution of a graph from a .dot file, use the following option:
```
./optLP -d <filename.dot>
-d <filename.dot>: Specifies the .dot file containing the graph.
./optLP --input-file <filename.dot> --output-folder <foldername>
--input-file <filename.dot>: Specifies the .dot file containing the graph.
--output-folder <foldername>: Specifies the folder containing the result .
```
**Example:**
```
./optLP -d ./toys_samples/graph1.dot
./optLP --input-file ./toys_examples/graph3.dot --output-folder ./result/
```
### Help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment