Commit Graph

414 Commits

Author SHA1 Message Date
Mizux Seiha
5f0b54607a make: Add clean_fz target 2021-04-28 23:06:20 +02:00
Laurent Perron
3e9473c870 missing deps in all_protos make target 2021-04-11 11:44:02 +02:00
Mizux Seiha
e5c9dfb94a add vrp_breaks.cc 2021-03-25 18:12:55 +01:00
Laurent Perron
3c1932b21a export init.h to all languages 2021-03-19 18:55:20 +01:00
Laurent Perron
53b2650308 rewrite gurobi support 2021-03-17 14:02:24 +01:00
Laurent Perron
93c2903fc7 update makefiles 2021-03-15 11:34:04 +01:00
Mizux Seiha
1732186983 make: Fix build with USE_SCIP=OFF (Fix #2333) 2021-02-11 21:36:47 +01:00
Xiang Chen
b34ceefb86 Wrap CP-SAT assumptions 2021-02-04 23:53:50 +01:00
Laurent Perron
805b733f98 sync most c++ examples 2021-01-14 10:48:19 +01:00
Laurent Perron
4cfd141641 working version of course scheduling 2021-01-05 23:05:46 +01:00
Mizux Seiha
8522d2cc2b linear_solver: Add Basic_example 2020-12-07 14:57:42 +01:00
Mizux Seiha
675ba86d1b Refactor ortools.msc.in 2020-11-30 14:00:30 +01: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
d5ab6010f4 fix makefiles after gscip include and base/statusor removal 2020-10-18 17:20:57 +02:00
Laurent Perron
3c411f317f support gscip in make based builds 2020-10-18 17:02:16 +02:00
Mizux Seiha
b97f577459 Fixup for google 2020-10-03 00:04:37 +02:00
Laurent Perron
12409ca8d9 minor rename 2020-10-01 18:08:57 +02:00
Mizux Seiha
2ba9a3f987 make: fix cpp examples archive on windows 2020-09-28 14:09:54 +02:00
Mizux Seiha
d83e4c1fce make: Generate example archives for each languages 2020-09-25 18:22:25 +02:00
Mizux Seiha
db0b68565a make: Fix package_cc_pimpl 2020-09-08 22:16:19 +02:00
Mizux Seiha
2802563df0 make: Add missing local_search_stats.pb.h to PROTO_DEPS 2020-08-17 16:57:06 +02:00
Mizux Seiha
9e3749e392 make: move lpi_glop.cc to ortools/gen dir 2020-08-17 16:10:06 +02:00
Mizux Seiha
7535a45d6a make: Fix USE_COINOR=OFF in install rules 2020-08-17 15:58:14 +02:00
Mizux Seiha
60129f3446 make: Fix install_cc when USE_SCIP=OFF (#2134) 2020-08-12 18:47:03 +02:00
Laurent Perron
c976d4095a fix 2020-08-11 17:17:55 +02:00
Mizux Seiha
4f1b333bbf make: Add SCIP to archive 2020-08-01 14:33:36 +02:00
Mizux Seiha
52066bcded make: Fix DEPENDENCIES macros
this will replace #2095
2020-07-06 17:25:30 +02:00
Laurent Perron
b5e827ce7c polish makefiles 2020-07-01 18:45:56 +02:00
Corentin Le Molgat
7e09eaf857 Add AssignemntSAT samples 2020-06-04 23:42:49 +02:00
Corentin Le Molgat
bcc6bd70a1 Add AssignmentMIP samples 2020-06-04 23:42:48 +02:00
Corentin Le Molgat
a62f22df9c Backport samples from g3 to gh 2020-05-26 13:51:51 +02:00
Corentin Le Molgat
c320ca6b5b make: Add package_cc Target 2020-04-10 11:51:30 +02:00
Laurent Perron
dd0849af6f Merge pull request #1938 from daespino/stable
Add uncapacitated facility location example
2020-03-26 20:40:25 +01:00
Daniel Espinoza
39e525fb24 Add uncapacitated facility location example 2020-03-26 15:18:46 -04:00
Corentin Le Molgat
7b757c0b10 Makefile: disable execution flags 2020-02-28 08:21:26 +01:00
Laurent Perron
3ccda66a0f remove fz-cp code; turn fz presolve to minimal by default; small improvements to sat 2019-11-07 13:22:44 +01:00
Xiang Chen
7445311467 Add AddHint to cpp and csharp, port hinting samples 2019-09-09 01:56:19 +02:00
Corentin Le Molgat
4177135536 Add knapsack sample 2019-05-10 22:51:10 +02:00
Corentin Le Molgat
f3fd201e68 Make: Fix archive target 2019-05-08 22:40:53 +02:00
Corentin Le Molgat
bf800d123c Fix copy of dependencies libraries
- On Centos 7 dependencies libraries are installed in lib64 not lib
2019-05-07 11:32:34 +02:00
Corentin Le Molgat
c14296c6ef Windows: remove unneeded scip.dll copy 2019-04-26 11:22:50 +02:00
Laurent Perron
a6d3161bc7 remove hack on mac/solve.cc after code move 2019-04-24 17:59:42 +02:00
Laurent Perron
85beaa9d98 try to fix solve.cc bad optimization on mac 2019-04-24 17:24:15 +02:00
Corentin Le Molgat
be0fbf9bee Update LP test 2019-04-23 16:08:58 +02:00
Corentin Le Molgat
3bc57f1aec Add VRP with Time Limit samples 2019-04-19 18:47:55 +02:00
Corentin Le Molgat
9e1bc75fa4 Add makefile recipes for the new SAT samples 2019-03-25 14:20:39 +01:00
Corentin Le Molgat
57f7ef8464 Add Simple Cp Program 2019-03-18 13:45:24 +01:00
Corentin Le Molgat
2b36515b43 Add VRP Resources samples 2019-03-11 17:36:23 +01:00
Corentin Le Molgat
5ae08d978b Add: VRP_Initial_Routes samples 2019-03-04 11:25:55 +01:00
Corentin Le Molgat
7b87b7073f Fix archive 2019-02-22 15:00:54 +01:00