Skip to content
Snippets Groups Projects
Commit 7d53e117 authored by Igor Fontana de Nardin's avatar Igor Fontana de Nardin
Browse files

Adjusted readme

parent 90529da1
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,9 @@ It is also possible to install all dependencies using [nix](https://nixos.org/).
To install it using nix, execute the following command:
> nix-shell
```bash
nix-shell
```
Besides the dependencies, we executed our experiments using Gurobi. So, it is necessary to have a Gurobi license to have the same results. It is possible to execute it using another solver, by modifying the file *GenerateExperiments/experiments.py* when it calls prob.solve(). However, in this case, you can have different results (mainly concerning execution time).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment