Skip to content

Commit

Permalink
Moved ILP optimization to kvg_ilp branch for further development (#29)
Browse files Browse the repository at this point in the history
* Moved ILP optimization to kvg_ilp branch for further development
* Use Python 3.9-slim as base Docker image
  • Loading branch information
kvg authored Oct 10, 2024
1 parent ca0536a commit 1a818c8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 734 deletions.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM gurobi/optimizer:10.0.3 AS builder
FROM python:3.9-slim AS builder
#FROM gurobi/optimizer:10.0.3 AS builder

MAINTAINER Kiran V Garimella

Expand Down
1 change: 0 additions & 1 deletion src/hidive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ flate2 = "1.0.30"
gbdt = "0.1.3"
#good_lp = { version = "1.8.1", features = ["scip"], default-features = false }
gaoya = "0.2.0"
grb = "2.0.1"
indicatif = { version = "0.17.8", features = ["rayon"] }
itertools = "0.13.0"
linfa = "0.5"
Expand Down
Loading

0 comments on commit 1a818c8

Please sign in to comment.