Commit Graph

11 Commits

Author SHA1 Message Date
Laurent Perron
897db8457c fix SCIP patch 2022-02-09 10:48:41 +01:00
Corentin Le Molgat
96986b5c7a bazel(scip): Fix remaining empty struct
find using:
```sh
grepc -RIn -Pzo "struct SCIP_.*\n{\n}.\n" src/scip
```
2022-02-07 13:33:12 +01:00
Corentin Le Molgat
2a7df8c705 bazel: update patch 2022-02-07 11:26:24 +01:00
Corentin Le Molgat
03f6e01de7 bazel: scip patch fixup 2022-02-04 16:52:57 +01:00
Corentin Le Molgat
2a8ca0d76d bazel: fix scip patch 2022-02-04 15:32:19 +01:00
Mizux Seiha
f071f8b8bd deps: Bump SCIP 7.0.1 -> v800 2022-02-02 16:28:12 +01:00
Laurent Perron
c2596b4029 more work on bazel 2021-11-29 14:06:01 +01:00
Mizux Seiha
06b8ce3c06 bazel: update scip 2021-07-27 01:54:28 +02:00
Laurent Perron
f1bb445810 first version without gflags and glog
* Add custom glog using absl::flags
* Fix lpi_glop patch to use absl::flags

Abseil:
* remove gflags and glog deps

Make:
* remove gflags and glog deps (unix & windows)
* regenerate makefile.gen.mk
* Cleanup install recipe
* Cleanup archive
* Cleanup doc
2020-10-24 00:49:50 +02:00
Laurent Perron
5a96404cc2 compile SCIP with BLISS on bazel 2020-07-03 10:34:45 +02:00
Laurent Perron
564fa0bb8f preliminary support for SCIP in bazel 2020-06-30 20:24:06 +02:00