v9.2 (2021/12)
#3023
Replies: 4 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Any timeline on publishing this release to Maven-central? |
Beta Was this translation helpful? Give feedback.
1 reply
-
When maven works again.
Le ven. 17 déc. 2021, 06:58, Richard Wise ***@***.***> a
écrit :
… Any timeline on publishing this release to Maven-central?
—
Reply to this email directly, view it on GitHub
<#3023 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUPL3KQUHII6ZMEBBIRVE3URLGRLANCNFSM5KFXJHLQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
https://search.maven.org/artifact/com.google.ortools/ortools-java |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Platform changes
Dependencies Update
net5.0
->net6.0
(need .Net SDK 6.0 LTS and .Net SDK 3.1 LTS).20210324.2
->20211102.0
.3.18.0
->3.19.1
.1.10.0
->1.11.0
.numpy >= 1.13.3
.-O1
to avoid crash in runners.Routing
CP-SAT
_view
) to use the name of the removed fields.all_different
,reservoir
,modulo
,multiplication
anddivision
constraints accept affine expressions (a * var + b
) everywhere it required integer variables.DoubleLinearExpr
class in C++/Java/.NET. See theknapsack_2d_sat.py
example in Python).no_overlap_2d
constraint supports optional intervals.+
and*
operators to build expressions.literal implies var == value
).BooleanSum
andBooleanScalProd
. Just useSum
andScalProd
.AddLinMinEquality
andAddLinMaxEquality
. Just useAddMinEquality
andAddMaxEquality
.Build System
Bazel
CMake
FETCH_PYTHON_DEPS
option (defaultON
).-DUSE_GLPK=OFF
).Python
numpy
integers in most of the CP-SAT API.__version__
.This discussion was created from the release v9.2 (2021/12).
Beta Was this translation helpful? Give feedback.
All reactions