Skip to content

Commit 53903bf

Browse files
committed
Add regular construction changelog entry
1 parent 44bddbe commit 53903bf

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

changelog.in

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,22 @@
6767
# optional section in the html page.
6868
#
6969

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+
[DESCRIPTION]
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+
7086
[RELEASE]
7187
Version: 6.4.0
7288
Date: 2026-07-15

0 commit comments

Comments
 (0)