lperron@google.com
|
70b8ade45e
|
misc improvements
|
2011-10-06 16:42:28 +00:00 |
|
lperron@google.com
|
3e3dcf5cbe
|
rewrite jobshop example to improve readability and documentation
|
2011-10-06 12:24:17 +00:00 |
|
lperron@google.com
|
0459a7c303
|
improve network_routing problem
|
2011-10-05 16:16:09 +00:00 |
|
lperron@google.com
|
cf8819c32d
|
working version of jobshop
|
2011-10-05 09:46:27 +00:00 |
|
lperron@google.com
|
0761301091
|
fix jobshop example
|
2011-10-04 16:28:45 +00:00 |
|
lperron@google.com
|
82a387f02f
|
add read data_file to jobshop model, introduce JobShopData class
|
2011-10-04 16:04:31 +00:00 |
|
lperron@google.com
|
5c42f5a281
|
fix termination of license text
|
2011-10-04 16:03:55 +00:00 |
|
lperron@google.com
|
abe130e6b1
|
make examples robust to no solution found
|
2011-10-04 16:03:38 +00:00 |
|
lperron@google.com
|
ab26e66ffb
|
remove obsolete include
|
2011-10-04 14:41:52 +00:00 |
|
lperron@google.com
|
9148309554
|
improve column_generation example
|
2011-09-22 09:08:58 +00:00 |
|
lperron@google.com
|
96221c1cce
|
new example showing column generation
|
2011-09-22 08:59:46 +00:00 |
|
lperron@google.com
|
2fce86a422
|
fix includes
|
2011-09-21 15:16:48 +00:00 |
|
lperron@google.com
|
dcb0f8c2ff
|
misc cleanups in examples
|
2011-09-17 13:33:29 +00:00 |
|
lperron@google.com
|
2c35810080
|
jobshop c++ example
|
2011-09-14 08:12:56 +00:00 |
|
lperron@google.com
|
5b1f25c2ff
|
add iteration info
|
2011-09-12 21:17:27 +00:00 |
|
lperron@google.com
|
f7240b82c2
|
fix example
|
2011-09-12 21:17:15 +00:00 |
|
lperron@google.com
|
0ad400e79c
|
add verbose error messages on dimacs linear sum assignment reader/solver
|
2011-09-08 00:35:53 +00:00 |
|
lperron@google.com
|
1c8a3db3b1
|
fix nqueens example
|
2011-09-08 00:34:28 +00:00 |
|
lperron@google.com
|
35677ecf29
|
add model I/O at the solver level
|
2011-09-05 13:45:29 +00:00 |
|
lperron@google.com
|
518f6ab5d9
|
add logical integer indices in routing API
|
2011-08-11 23:05:07 +00:00 |
|
lperron@google.com
|
3794f40fba
|
add API to query activity of a row
|
2011-08-11 18:44:23 +00:00 |
|
lperron@google.com
|
3d76616700
|
MPSolver can accept protocol buffers as input and as output, examples in examples/linear_solver_example_with_protocol_buffers.cc
|
2011-07-14 00:01:51 +00:00 |
|
lperron@google.com
|
be28779b6c
|
ability to modify and resolve min_cost_flow/max_flow
|
2011-07-06 21:23:48 +00:00 |
|
lperron@google.com
|
25cd520324
|
improve dimacs parser
|
2011-06-28 09:25:16 +00:00 |
|
lperron@google.com
|
49fd36fdfe
|
misc improvements; remove hybrid from python/java
|
2011-06-24 12:09:14 +00:00 |
|
lperron@google.com
|
89b863d651
|
pair -> std::pair on code
|
2011-06-23 08:48:05 +00:00 |
|
lperron@google.com
|
de17ab3e4e
|
linear sum assignment example and dimacs library
|
2011-06-22 08:40:00 +00:00 |
|
lperron@google.com
|
968a8e9bcd
|
small modifications
|
2011-06-15 09:56:44 +00:00 |
|
lperron@google.com
|
2a8d676798
|
improve linear solver internals/includes/warnings
|
2011-06-10 20:00:52 +00:00 |
|
lperron@google.com
|
4f68ee9697
|
small improvements
|
2011-06-10 20:00:27 +00:00 |
|
lperron@google.com
|
f057b43ec7
|
Specialized symmetry API
|
2011-06-08 14:10:19 +00:00 |
|
lperron@google.com
|
576549226b
|
minimize the use of using std:: in the code -> big changes in the headers and headers include; new knapsack solvers using CBC and glpk
|
2011-05-17 20:38:55 +00:00 |
|
lperron@google.com
|
fc302cde01
|
change headers
|
2011-05-11 16:05:02 +00:00 |
|
lperron@google.com
|
98bbbfd36b
|
update licenses
|
2011-04-11 15:00:18 +00:00 |
|
laurent.perron@gmail.com
|
0d76610859
|
added default parameters to network_routing
|
2011-04-08 19:01:14 +00:00 |
|
lperron@google.com
|
c6cf9856b3
|
remove tabs
|
2011-04-08 15:20:30 +00:00 |
|
lperron@google.com
|
b54de42696
|
fix example
|
2011-04-08 15:19:28 +00:00 |
|
lperron@google.com
|
862acdede1
|
remove disconnected distance flags, add as API parameter
|
2011-04-08 15:14:06 +00:00 |
|
lperron@google.com
|
728bbaabee
|
fix min_cost_flow on windows
|
2011-04-06 16:26:35 +00:00 |
|
lperron@google.com
|
aa7b571912
|
initial commit of linear solver wrappers in C++/java/Python
|
2011-03-31 08:44:43 +00:00 |
|
lperron@google.com
|
d0779c4ce0
|
add work in progress version of dobble solved with local search
|
2011-03-18 11:23:15 +00:00 |
|
lperron@google.com
|
62ebb1123b
|
adjust some files, split some in base library; propagate changes to source files; added max_flow and min_cost_flow algorithms in graph; added flow_examples.cc and pyflow_example.py to show API
|
2011-03-16 15:32:09 +00:00 |
|
lperron@google.com
|
4df1698061
|
multi commodity mono routing example
|
2011-02-08 16:21:45 +00:00 |
|
lperron@google.com
|
a4c5bb35dd
|
automatic restart for impact based search
|
2011-01-27 13:31:09 +00:00 |
|
lperron@google.com
|
d3e9ee676a
|
high performance timer on mac os X and linux
|
2011-01-07 14:27:19 +00:00 |
|
lperron@google.com
|
6a19a14459
|
fix costas array on windows
|
2011-01-07 13:40:36 +00:00 |
|
lperron@google.com
|
52d8ae6eb5
|
visit scheduling decisions; Use it in tree monitor; Solver::MakeFixedDurationIntervalVarArray(); Add demon and constraint profiling; Use it in costas_array example; Implement LNS operator in C++ in costas_array
|
2011-01-06 17:40:30 +00:00 |
|
lperron@google.com
|
1cbbb0cccf
|
wip
|
2010-12-18 08:30:54 +00:00 |
|
lperron@google.com
|
0e449a2c04
|
wip on global arithmetic constraint
|
2010-12-17 10:45:31 +00:00 |
|
lperron@google.com
|
c92140a385
|
cleanup on global arithmetic constraint
|
2010-12-17 09:02:53 +00:00 |
|