This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a5e2d5e Updated to OptaPlanner 10.0.0 and Timefold 1.16.0 (add
updated date)
a5e2d5e is described below
commit a5e2d5eee3a4ed47e377439d2f26ccb09c917830
Author: Paul King <[email protected]>
AuthorDate: Tue Dec 10 18:52:34 2024 +1000
Updated to OptaPlanner 10.0.0 and Timefold 1.16.0 (add updated date)
---
site/src/site/blog/solving-simple-optimization-problems-with-groovy.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git
a/site/src/site/blog/solving-simple-optimization-problems-with-groovy.adoc
b/site/src/site/blog/solving-simple-optimization-problems-with-groovy.adoc
index 50e289d..abc257c 100644
--- a/site/src/site/blog/solving-simple-optimization-problems-with-groovy.adoc
+++ b/site/src/site/blog/solving-simple-optimization-problems-with-groovy.adoc
@@ -2,6 +2,7 @@
= Solving simple optimization problems with Groovy using Commons Math,
Hipparchus, OptaPlanner, and Timefold
Paul King
:revdate: 2024-03-14T22:22:00+00:00
+:updated: 2024-12-10T18:45:00+00:00
:keywords: groovy, optaplanner, timefold, ojalgo, jacop, or-tools, choco,
commons math, hipparchus, linear programming
:description: This post looks at solving simple optimization problems using
Groovy.