We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bddbe commit 53903bfCopy full SHA for 53903bf
1 file changed
changelog.in
@@ -67,6 +67,22 @@
67
# optional section in the html page.
68
#
69
70
+[RELEASE]
71
+Version: 6.5.0
72
+Date: unreleased
73
+[DESCRIPTION]
74
+This is the development changelog for the next Gecode release.
75
+
76
+[ENTRY]
77
+Module: int
78
+What: performance
79
+Rank: major
80
81
+Reduce construction memory for regular constraints by building the layered
82
+graph from sparse forward frontiers and retaining only backward co-reachable
83
+states. This avoids allocating one temporary state for every automaton state
84
+at every sequence position while preserving the persistent graph.
85
86
[RELEASE]
87
Version: 6.4.0
88
Date: 2026-07-15
0 commit comments