lperron
|
8dc8908db1
|
Merge pull request #481 from acco32/fsharp
Adding volsay example
|
2017-09-14 13:30:19 +00:00 |
|
lperron
|
062924c0c1
|
Merge pull request #482 from Gouravchawla/patch-1
Corrects a word in docstring
|
2017-09-14 13:29:38 +00:00 |
|
lperron
|
88e80697b5
|
Merge pull request #483 from Gouravchawla/patch-2
Corrects a word in docstring
|
2017-09-14 13:29:18 +00:00 |
|
Gourav Chawla
|
391412267f
|
Corrects a word in docstring
Corrects word 'Too' which should be To.
|
2017-09-14 13:50:28 +05:30 |
|
Gourav Chawla
|
8f15d9b154
|
Corrects a word in docstring
Corrects word 'Too' which should be To.
|
2017-09-14 13:34:21 +05:30 |
|
acco32
|
1bf1471595
|
Adding volsay example
|
2017-09-14 00:26:46 -07:00 |
|
Laurent Perron
|
bf0891b930
|
stop building egg file on win/mac
|
2017-09-12 20:36:21 +02:00 |
|
Laurent Perron
|
2aa7df3bae
|
fix protobuf.jar to contains .class files, instead of .java files
|
2017-09-12 13:17:48 +02:00 |
|
Laurent Perron
|
bec6b68534
|
fix release process
|
2017-09-11 16:37:03 +00:00 |
|
Laurent Perron
|
3ef574a167
|
fix docker manylinux
|
2017-09-11 18:35:39 +02:00 |
|
Laurent Perron
|
e4c7696989
|
Export F# examples in archive
|
2017-09-11 15:45:25 +02:00 |
|
lperron
|
4239228e9e
|
Merge pull request #478 from acco32/fsharp
Add integer programming example. Add types for solver algorithms
|
2017-09-11 13:27:43 +02:00 |
|
Laurent Perron
|
06dcefa8e3
|
use sat backend for fz by default
|
2017-09-11 13:12:43 +02:00 |
|
Laurent Perron
|
139596bb3f
|
revamp internal of simplex connection inside sat
|
2017-09-11 13:12:27 +02:00 |
|
acco32
|
75ff975920
|
Add integer programming example. Add types for solver algorithms
|
2017-09-10 22:29:38 -07:00 |
|
Laurent Perron
|
9a299d7fae
|
minor improvement to internal comments
|
2017-09-08 13:58:10 +02:00 |
|
Laurent Perron
|
a223dc2f82
|
fix linear_assignment big
|
2017-09-08 13:57:39 +02:00 |
|
Laurent Perron
|
2f88ca1f14
|
add python (manylinux only) target to docker makefile
|
2017-09-08 13:21:01 +02:00 |
|
Laurent Perron
|
c8ff0ffc03
|
regenerate lex/yacc files
|
2017-09-08 13:20:30 +02:00 |
|
lperron
|
fb71017268
|
Merge pull request #475 from DevNamedZed/master
fix DisownAndGetPermanentCallback not getting called on NodeEvaluator2 when array is used.
|
2017-09-07 10:47:36 +02:00 |
|
ziad
|
4a8700edbd
|
fix DisownAndGetPermanentCallback not getting called on NodeEvaluator2 when array is used.
|
2017-09-07 00:57:03 -07:00 |
|
lperron
|
d243f3bdf2
|
Merge pull request #472 from DevNamedZed/master
fix error in RoutingModel destructor when NodeEvaluator2 array is used from C#.
|
2017-09-06 11:27:47 +02:00 |
|
ziad
|
552677354e
|
fix RouteModel SetVehicleCost and methods that take NodeEvaluator2 array so they hold references so native code does not have a reference that can be gc'ed. Remove aux methods from RouteMethod. Add GC.SupressFinalize to DisownAndGetPermanentCallback as after DisownAndGetPermanentCallback gets called there is no work required by finalizer anymore.
|
2017-09-06 01:23:25 -07:00 |
|
Laurent Perron
|
65ee0218fb
|
update version to 6.4
|
2017-09-06 10:23:23 +02:00 |
|
Laurent Perron
|
26293b2b0f
|
improve performance of flatzinc presolve
|
2017-09-06 10:19:30 +02:00 |
|
Laurent Perron
|
2003500276
|
improve sat performance
|
2017-09-06 10:18:51 +02:00 |
|
Laurent Perron
|
1ce1ff7e8b
|
using uint64 overflow instead of int64 overflow which are undefined
|
2017-09-06 10:18:39 +02:00 |
|
Laurent Perron
|
e907d4b77b
|
improve scaling
|
2017-09-06 10:18:11 +02:00 |
|
Laurent Perron
|
673cdb9f6c
|
improve scaling
|
2017-09-06 10:17:38 +02:00 |
|
Laurent Perron
|
c36066c39c
|
improve scaling
|
2017-09-06 10:17:17 +02:00 |
|
lperron
|
f4a329c733
|
Merge pull request #474 from acco32/fsharp
Add example for cslinearprogramming
|
2017-09-06 08:03:49 +02:00 |
|
acco32
|
fc6c0c8f9f
|
Add example for cslinearprogramming
|
2017-09-05 20:37:44 -07:00 |
|
Ondrej Sykora
|
53189020e3
|
Fixed Bazel build.
|
2017-09-05 18:31:26 +02:00 |
|
ziad
|
743de35c68
|
fix tab indents in constraint_solver/csharp/constraint_solver.i
|
2017-09-05 09:16:20 -07:00 |
|
Ondrej Sykora
|
36eda6c5f9
|
Added -lz to recordio, to fix all the zlib linking problems.
|
2017-09-05 16:29:10 +02:00 |
|
ziad
|
a1c4cfca6b
|
fix error in RoutingModel destructor when NodeEvaluator2 array is used from C#.
|
2017-09-05 03:49:52 -07:00 |
|
furnon
|
26eacb75c9
|
Removing check unconsisent with doc in routingModel::AddDisjuntion
|
2017-09-04 17:41:01 +00:00 |
|
lperron
|
3ee56c564a
|
Merge pull request #468 from nazavode/master
Remove manylinux1 patch file, integrate changes
|
2017-09-04 10:52:50 +02:00 |
|
Federico Ficarelli
|
ae7b78d0b7
|
remove manylinux1 patch file, integrate changes
|
2017-09-03 18:15:23 +02:00 |
|
lperron
|
b0f23806c0
|
Merge pull request #462 from nazavode/master
Docker image to build manylinux1 wheels
|
2017-09-03 16:26:51 +02:00 |
|
lperron
|
58ba066737
|
Merge pull request #467 from DevNamedZed/master
Fix swig C# marshaling for vector of NodeEvaluator2.
|
2017-09-03 14:58:47 +02:00 |
|
ziad
|
3d2343ba9f
|
Fix swig C# marshaling for vector of NodeEvaluator2. Allow for AddDimensionWithVehicleTransits to be used.
|
2017-09-03 05:36:59 -07:00 |
|
Federico Ficarelli
|
2e221ffc1d
|
build default configuration moved to dockerfile
|
2017-09-03 13:12:46 +02:00 |
|
Federico Ficarelli
|
dc72c2c98e
|
add patch for refactored Makefile.python.mk targets
|
2017-09-03 13:11:41 +02:00 |
|
Federico Ficarelli
|
f80b5ebab8
|
linting
|
2017-09-01 13:38:12 +02:00 |
|
Federico Ficarelli
|
f3a06754ad
|
add missing keyword
|
2017-09-01 10:49:09 +02:00 |
|
Federico Ficarelli
|
0f2ce6fb01
|
fix wheel globbing
|
2017-08-31 18:37:43 +02:00 |
|
Federico Ficarelli
|
3f9c47132b
|
comments
|
2017-08-31 18:04:55 +02:00 |
|
Federico Ficarelli
|
bf5cc02787
|
add exported wheels testing
|
2017-08-31 17:32:57 +02:00 |
|
Federico Ficarelli
|
4db4223962
|
fix security issue in manylinux1 image Dockerfile
|
2017-08-31 16:08:13 +02:00 |
|