aboutsummaryrefslogtreecommitdiff
path: root/tools/hatchet-call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hatchet-call.nix')
-rw-r--r--tools/hatchet-call.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/hatchet-call.nix b/tools/hatchet-call.nix
index a3bd5ca..c99e664 100644
--- a/tools/hatchet-call.nix
+++ b/tools/hatchet-call.nix
@@ -125,6 +125,7 @@ stage
passthru.multicore = true;
} // (if gurobiLicense != null then {
GRB_LICENSE_FILE = gurobiLicense;
+ HATCHET_COMPUTE_CN_SOLVER = "gurobi";
} else {
HATCHET_COMPUTE_CN_SOLVER = "cbc";
}))