@@ -27,7 +27,9 @@ It is also possible to install all dependencies using [nix](https://nixos.org/).
...
@@ -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:
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).
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).