Commit Graph

3580 Commits

Author SHA1 Message Date
Laurent Perron
938372bc47 port cvrptw python example 2016-05-09 17:15:30 +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
fd1e4d4353 Issue173 in java 2016-04-14 13:23:00 +02:00
Laurent Perron
660e5f2844 issue173 example in C++ 2016-04-14 13:11:14 +02:00
Laurent Perron
010ed1c216 fix mac ld 2016-04-13 14:11:28 +02:00
Laurent Perron
221858b7d9 also copy google.protobuf.dll to dotnet_archive 2016-04-13 14:01:50 +02:00
Laurent Perron
51e6e39ec1 fix 2016-04-13 13:52:28 +02:00
Laurent Perron
7e340c322d better handling of python2/python3 2016-04-13 13:51:05 +02:00
Laurent Perron
e09fe2aa9a fix python3 support on windows, it was not detected 2016-04-13 04:39:22 -07:00
Laurent Perron
c4d1fe0d1f fix warning with min version on mac 2016-04-13 10:37:29 +02:00
Laurent Perron
34c34b10b2 add all data files to c++ windows archives 2016-04-12 18:19:15 +02:00
Laurent Perron
5cd13d55cd add cvrptw and pdptw data files to cc archives (unix for the time being) 2016-04-12 18:15:55 +02:00
Laurent Perron
2bd606beda update readme 2016-04-12 18:05:37 +02:00
Laurent Perron
6fe0922561 adapt to data being moved to examples 2016-04-12 18:04:18 +02:00
Laurent Perron
9a78298ab5 move files around 2016-04-12 17:41:05 +02:00
Laurent Perron
385b28c5fc Revert "unify include path for includes in examples/cpp for both source and binary installations"
This reverts commit 990bfce875.
2016-04-12 17:36:41 +02:00
Laurent Perron
990bfce875 unify include path for includes in examples/cpp for both source and binary installations 2016-04-12 15:27:25 +02:00
Laurent Perron
14301720d8 drop support for scip < 3.0 2016-04-12 14:19:33 +02:00
Laurent Perron
655c23fa46 remove duplicated data 2016-04-12 13:29:18 +02:00
Laurent Perron
5670cb1eb9 fix fz compilation after sat renaming 2016-04-12 13:25:46 +02:00
Wolf Vollprecht
026d861891 added description to header file 2016-04-05 14:20:31 +02:00
Wolf Vollprecht
a26b51e2a2 added astar 2016-04-05 12:57:29 +02:00
Laurent Perron
c175e2c937 Merge branch 'master' of https://github.com/google/or-tools 2016-03-29 12:42:44 +02:00
lperron
ca626b4216 Merge pull request #169 from hxd1011/patch-1
Update knapsack_cp.py
2016-03-29 11:33:49 +02:00
hxd1011
c72ea5a950 Update knapsack_cp.py
The name of the solver (n_queens) is wrong and confusing. I changed it to knapsack_cp problem.
2016-03-28 09:55:02 -04:00
Laurent Perron
9232ee00e0 Merge branch 'master' of https://github.com/google/or-tools 2016-03-21 09:48:18 +01:00
Laurent Perron
c20fd0a8f5 misc sync with internal code 2016-03-21 09:48:13 +01:00
Laurent Perron
bed3fa9922 Use CBC by default instead of GLPK in python mip examples 2016-03-19 18:54:18 +01:00
Laurent Perron
a152cfae44 sync with internal code and fixes 2016-03-18 12:16:04 +01:00
Laurent Perron
e42cd77a3f update .gitignore 2016-03-18 11:55:29 +01:00
Laurent Perron
085d9160ee reindent 2016-03-18 11:52:32 +01:00
Laurent Perron
6780ecf3af expose ~MpSolver in C# 2016-03-16 22:22:37 +01:00
Laurent Perron
455e588e1b swig -> 3.0.8, CBC -> 2.9.8 2016-03-16 13:42:42 +01:00
Laurent Perron
937d021dfd polish support for python3 2016-03-16 13:34:47 +01:00
Laurent Perron
03c648bc2c new API (WIP) on the SAT solver to create models 2016-03-16 10:10:38 +01:00
Laurent Perron
a915c15b8e renaming in the Sat code; small cleaning in the SWIG code; improvements to the graph code to make it MT-safe 2016-03-12 06:32:56 -08:00
Laurent Perron
322396e358 new example 2016-03-09 13:45:43 -08:00
Laurent Perron
6127049df6 fix issue #105, add --no-same-owner to tar on unix 2016-03-08 14:20:50 -08:00
Laurent Perron
5811db541d move most of C++ FLAGS to solver parameters 2016-03-08 09:24:56 -08:00
Laurent Perron
e2a299f1d5 fixed version of ac4_mdd_table 2016-03-08 05:30:05 -08:00
Laurent Perron
adf490b8ca create solver parameters for the table constraint variations 2016-03-08 05:07:54 -08:00
Laurent Perron
73d4612e38 add USE_GLOP and USE_BOP to makefile in c++ binary archives 2016-02-24 15:38:40 +01:00
Laurent Perron
5d62ab0e2c small reindent 2016-02-09 15:45:18 +01:00
Laurent Perron
08ee0714ae minor sync with internal code 2016-02-09 12:07:21 +01:00
Laurent Perron
4c0a4f9c7b implement C# custom decisions 2016-02-04 22:02:53 +01:00
Laurent Perron
9708b1f6a2 improve makefile dependencies; another tentative of python crash 2016-02-04 14:28:08 +01:00
Laurent Perron
e236879142 tentative fix python crash 2016-02-04 14:18:38 +01:00
Laurent Perron
4b2888eb0a Merge branch 'master' of https://github.com/google/or-tools 2016-02-04 14:06:44 +01:00
Laurent Perron
98e68e6ad8 fix tsp.cc; add cp search monitor API from std::function; continue working on python natural API for LP/MIP 2016-02-04 14:06:30 +01:00
Laurent Perron
7a7d4cd8dd windows compilation fixes 2016-02-04 05:04:38 -08:00