Commit Graph

183 Commits

Author SHA1 Message Date
Laurent Perron
fcd64e6b97 polish on model_builder code 2023-11-06 15:20:03 +01:00
Laurent Perron
5fa6f76cab ModelBuilder C# class -> Model, ModelSolver c# class -> Solver to avoir name conflict between the class and the namespace 2023-11-05 19:18:48 +01:00
Laurent Perron
d229e48c88 polish model_builder code and samples; tweak C# wrapping code 2023-11-03 15:09:13 +01:00
Laurent Perron
f8e8f25522 polish all java and C# ModelBuilder samples 2023-11-02 12:06:04 +01:00
Laurent Perron
58d77a4ae9 Add new model_builder C# samples 2023-11-02 10:03:55 +01:00
Laurent Perron
915cacf963 new model_builder C# sample 2023-11-02 04:24:38 +01:00
Laurent Perron
983631dddb new model_builder C# sample 2023-11-02 04:11:45 +01:00
Laurent Perron
a4a47043d4 update 2023-11-01 09:36:52 +01:00
Laurent Perron
f5c865d6ab tweak model_builder java cloning API 2023-10-25 15:38:57 +02:00
Corentin Le Molgat
7c308c7b09 linear_solver: Cleanup python samples 2023-10-25 13:57:55 +02:00
Laurent Perron
86a8444709 Add ModelBuilder.clone() java API + sample 2023-10-24 14:50:13 +02:00
Laurent Perron
9939e9d074 polish 2023-10-24 13:33:46 +02:00
Laurent Perron
d86dfadc86 add model cloning to model_builder python + sample 2023-10-24 11:44:43 +02:00
Corentin Le Molgat
2e8543914e bazel: Fix linear_solver samples tests 2023-07-21 16:43:45 +02:00
Corentin Le Molgat
c368a4d9fa example: Fix python formating 2023-07-13 14:28:36 +02:00
Laurent Perron
3acda0a0e9 switch model_builder python from numpy to pandas 2023-07-09 13:54:23 +02:00
Laurent Perron
346642b871 remove the pywrap prefix from pybind11 modules; add _pybind to the cmake target of the same modules 2023-07-03 14:30:27 +02:00
Laurent Perron
6c14676265 test bazel fix for model_builder 2023-07-02 19:41:29 +02:00
Laurent Perron
9635b925f6 reformat linear_solver python code to BLACK; support pybind11_protobuf 2023-06-28 15:57:32 +02:00
Corentin Le Molgat
cb6d120b2d linear_solver: Fixup 2023-06-02 08:53:08 +02:00
Corentin Le Molgat
f30fe5414d update linear_solver 2023-04-05 10:36:55 +02:00
Mizux Seiha
2de7d6fbac bazel: Fix build 2023-04-03 11:06:28 +02:00
Corentin Le Molgat
1e0f4027e2 bazel: Fix java tests/samples run
* remove: code_samples_java_test
* Fix jvm library path on windows
2023-03-06 15:45:23 +01:00
Corentin Le Molgat
6c6c7d1902 bazel: Rework java support
Fix swig_java.bzl
2023-03-02 17:41:10 +01:00
Laurent Perron
39829e7b4c tweak numpy code 2023-03-02 17:04:13 +04:00
Laurent Perron
66184646fb [ModelBuilder] Polish numpy code 2023-03-02 12:03:28 +04:00
Laurent Perron
ed006ad70b [ModelBuilder] Polish numpy code 2023-02-28 22:47:12 +04:00
Laurent Perron
d0f6b6db74 add typing info to model_builder/python; add numpy variable support; update samples 2023-02-28 10:55:51 +04:00
Laurent Perron
7174cf026e update code/samples afer logtostderr change 2023-02-28 10:55:11 +04:00
Laurent Perron
e9f9404923 Remove logging code; use absl one 2023-01-31 20:46:43 +01:00
Laurent Perron
17da3d421f reformat; improve workspace, cleanup bzl 2023-01-05 17:44:58 +01:00
Laurent Perron
cf53ee3c9f reformat bazel java code; CP-SAT: fix corner case in presolve, zero very small coefficients in translate from math model, more parameter validation 2023-01-05 13:38:42 +01:00
Laurent Perron
cbdd1a5ba1 add java bazel tests 2022-12-30 12:13:29 +01:00
Laurent Perron
2e21aa7537 Add support for model builder java with bazel 2022-12-30 10:21:01 +01:00
Laurent Perron
1f8a0a7770 Add version string to sat/glop; export MPSolver::SolverVersion() in python/java/C# 2022-12-20 11:54:29 +01:00
Laurent Perron
05254941d0 fix 2022-09-15 17:59:00 +02:00
Corentin Le Molgat
9e15af978e linear_solver: bump bin_packing_mip.py 2022-09-14 09:18:32 +02:00
Laurent Perron
9c8c2ba602 fix model_builder 2022-09-12 13:21:53 +02:00
Laurent Perron
81b31ff24b Move model_builder under linear_solver 2022-09-12 11:28:52 +02:00
Mizux Seiha
4e46b34133 linear_solver: add tag to BasicExample.cs 2022-08-23 17:29:20 +02:00
Corentin Le Molgat
1c95a2c00e bazel: rework tests 2022-07-27 16:47:32 +02:00
Corentin Le Molgat
f98afa8e42 Add missing STL include 2022-07-22 16:25:40 +02:00
Corentin Le Molgat
5863a63d19 export from google3 2022-06-22 18:09:44 +02:00
Corentin Le Molgat
1af55b2be3 Add license boilerplate 2022-06-21 11:25:29 +02:00
Corentin Le Molgat
c7120439d4 Bump license date 2022-06-17 14:23:23 +02:00
Corentin Le Molgat
08ab9c39ec dotnet: Fix tests when SCIP and COINOR are disabled (#3261) 2022-06-07 14:31:41 +02:00
Corentin Le Molgat
1ba0177af5 python: Fix tests when SCIP and COINOR are disabled (#3261) 2022-06-03 17:10:58 +02:00
Corentin Le Molgat
683d1d12e1 sync with google code 2022-01-27 16:35:42 +01:00
Corentin Le Molgat
3cc01f2a29 fixup export sync 2022-01-18 11:05:48 +01:00
Corentin Le Molgat
904f9c67cd Sync google/github 2022-01-17 15:47:25 +01:00