493 Commits

Author SHA1 Message Date
Corentin Le Molgat
51b56430f5 Rework Makefile help 2018-03-05 09:17:28 +01:00
Corentin Le Molgat
80e8676b21 Add detect_cc 2018-03-05 09:17:28 +01:00
Corentin Le Molgat
32f5c8c52a Add help_cc target 2018-02-28 15:20:56 +01:00
Laurent Perron
b091adaf3f improve make clean* 2017-11-14 14:28:23 +01:00
Laurent Perron
e14ee86de3 move rcpsp parser to ortools/data; continue working on SAT 2017-11-07 15:45:52 +01:00
Laurent Perron
c8ff0ffc03 regenerate lex/yacc files 2017-09-08 13:20:30 +02:00
Laurent Perron
bada79303d clean objs/port/ 2017-08-02 14:22:23 -07:00
Laurent Perron
9c92556791 minor adjustments with internal code 2017-08-02 14:15:55 -07:00
Laurent Perron
4033496f0e fix compilation of fz 2017-07-01 10:26:01 +02:00
Laurent Perron
40ce0077f5 cp_model (sat) flatzinc solver 2017-05-29 14:49:34 +02:00
Laurent Perron
66b8d23079 move src to ortools; simplified python generation; remove some namespaces in the ortools/base helper files 2017-04-26 17:30:25 +02:00
Laurent Perron
c9b8b7b3e6 Fix routing deps 2017-04-09 21:56:47 +02:00
Laurent Perron
2cf3850457 remove dependency on flex/bison; store golden parser file in github 2017-03-31 09:58:07 +02:00
Driss Lahlou
9ab847c540 add cvrptw_with_breaks in archive 2017-01-26 21:39:17 +01:00
Driss Lahlou
66b017de36 add cvrptw_with_breaks 2017-01-26 21:22:42 +01:00
Driss Lahlou
8b1cc2e407 Refactoring of makefiles 2017-01-10 21:05:56 +01:00
Laurent Perron
5030a8a213 add 2 new sat based examples: shift_minimization, and rcpsp; port old examples to new API 2016-12-08 14:59:14 +01:00
Driss Lahlou
0e9d4ecec8 add frequency_assignment_problem to 'all' target 2016-11-02 19:12:40 +01:00
Driss Lahlou
c0589fe8f2 fixes in Makefiles concerning EX and ARGS 2016-10-06 12:08:29 +02:00
Laurent Perron
792c1358a5 Merge branch 'master' of https://github.com/google/or-tools 2016-10-05 14:15:20 +02:00
Laurent Perron
dce08dda1b more work on SAT to support CP constraints 2016-10-05 13:53:30 +02:00
Driss Lahlou
ba686e3f2f changes in running examples targets 2016-09-29 18:50:59 +02:00
Laurent Perron
08f556c520 more work on sat; initial connection to the flatzinc interpreter 2016-09-22 13:55:16 +02:00
Laurent Perron
cfafaf6d6e fix fz compilation 2016-09-21 22:24:46 +02:00
Laurent Perron
d827589aa8 major rewrite of the flatzinc code 2016-09-21 11:54:53 +02:00
Laurent Perron
922384cd57 fix makefile 2016-07-21 10:06:03 -07:00
Frédéric Rodrigo
871a683539 Fix include in Makefile.cpp.mk 2016-07-21 11:29:01 +02:00
Driss Lahlou
6c4deee178 fix some targets in makefile.cpp.mk 2016-07-20 14:16:06 +02:00
Driss Lahlou
8ff96a8d1d add to some targets in makefile.cpp.mk 2016-07-20 14:12:45 +02:00
Laurent Perron
3e158e7656 sat based scheduling: no_cycle, disjunctive, precedences + 2 examples: jobshop_sat and weighted_tardiness_sat 2016-07-19 14:19:21 -07:00
Laurent Perron
476c490176 use generated makefile part; port all other makefiles; remove files that were not compiled, and cannot be compiled 2016-07-19 13:14:43 -07:00
Laurent Perron
25e96b12d6 example of routing with disjoint time windows 2016-07-08 15:47:33 +02:00
Driss Lahlou
ecf685062f refactoring archives target. New File : makefiles/Makefile.archive.mk 2016-07-01 11:24:17 +02:00
Laurent Perron
7b078dff8b missing dependencies on the CP library 2016-06-28 02:09:47 -07:00
Laurent Perron
5c6a20dd42 missing dependencies on the CP library 2016-06-28 02:06:34 -07:00
Laurent Perron
d1c9889027 missing dependencies on the CP library 2016-06-28 02:05:58 -07:00
Laurent Perron
e116e3d23d missing dependencies on the CP library 2016-06-28 02:03:38 -07:00
Laurent Perron
b80faad01a continue makefile cleaning: renaming, simplification... 2016-06-28 10:27:27 +02:00
Laurent Perron
a2941f689c completely revamp dependencies on header and protobuf files. Should be more robust now 2016-06-28 00:21:52 +02:00
Laurent Perron
0d911276f3 completely revamp dependencies on header and protobuf files. Should be more robust now 2016-06-28 00:18:34 +02:00
Laurent Perron
e7ea660bdd LIBPREFIX -> LIB_PREFIX 2016-06-27 22:32:11 +02:00
Laurent Perron
0b0117a803 continue cleaning makefiles 2016-06-27 16:03:29 +02:00
Driss Lahlou
f433040b01 Makefiles refactor 2016-06-27 15:30:24 +02:00
Laurent Perron
cda20fac61 todo for makefiles 2016-06-22 11:08:05 +02:00
Laurent Perron
2fc3704da7 change installation directory 2016-06-21 14:39:26 +02:00
Laurent Perron
ba692308f1 revamp archive numbering 2016-06-21 11:41:13 +02:00
Laurent Perron
6b6e82dfc2 fix makefile dependencies 2016-06-03 10:41:35 +02:00
Laurent Perron
95b14628f1 large rewrite in the documentation/headers; changed implementation of the ForbiddenInterval constraints, renamed to NotMember; remove unused mode in sat; rewrite of internals of glop; change callbacks to std::function in shortestpath.h; random sync with interval code 2016-06-02 13:19:10 +02:00
lperron
942cf2fc4c Merge pull request #171 from rapyuta/feature-astar
A* for shortest path
2016-05-04 11:31:05 +02:00
Laurent Perron
660e5f2844 issue173 example in C++ 2016-04-14 13:11:14 +02:00