@@ -872,7 +872,7 @@ Thanks: Rui Machado, Jens Krüger
872872The alignment of memory allocated from a Region is now as
873873prescribed by the maximum of std::max_align_t and
874874GECODE_MEMORY_ALIGNMENT (which can be re-defined). Please also check
875- MPG for a tip on alignment of memory handeled by Gecode.
875+ MPG for a tip on alignment of memory handled by Gecode.
876876
877877[ENTRY]
878878Module: flatzinc
@@ -901,7 +901,7 @@ Module: int
901901What: bug
902902Rank: major
903903[DESCRIPTION]
904- Fixed scheduling for Boolean variables (funnily, only occured
904+ Fixed scheduling for Boolean variables (funnily, only occurred
905905with a newly added propagator).
906906
907907[ENTRY]
@@ -1908,7 +1908,7 @@ What: bug
19081908Rank: major
19091909[DESCRIPTION]
19101910In certain situations the AFC could be incremented twice (could
1911- only have occured for linear constraints with Boolean variables
1911+ only have occurred for linear constraints with Boolean variables
19121912and sequence constraints).
19131913
19141914[ENTRY]
@@ -2154,7 +2154,7 @@ What: bug
21542154Rank: major
21552155Thanks: Matthias Balzer
21562156[DESCRIPTION]
2157- Fixed memory leak for regions (occured for many large allocation
2157+ Fixed memory leak for regions (occurred for many large allocation
21582158requests).
21592159
21602160[ENTRY]
@@ -4628,7 +4628,7 @@ What: change
46284628Rank: minor
46294629[DESCRIPTION]
46304630The semantics of n-ary Boolean implication has been changed (to
4631- the more convential reading): rel(home, BOT_IMP, x, y) where x is
4631+ the more conventional reading): rel(home, BOT_IMP, x, y) where x is
46324632an array of Boolean variable now assumes implication to be right
46334633associative. See MPG for explanation.
46344634
@@ -4688,7 +4688,7 @@ What: bug
46884688Rank: major
46894689[DESCRIPTION]
46904690Do not use SharedArray<IntSet> in the set element constraints,
4691- because it does not properly udpate the IntSet during copying.
4691+ because it does not properly update the IntSet during copying.
46924692This could cause memory corruption.
46934693
46944694[ENTRY]
@@ -4891,7 +4891,7 @@ Rank: minor
48914891Cached iterators such as n-ary union and intersection, minus, and
48924892cache (of course) are not any longer template classes but take
48934893template constructors and member functions. N-ary union and
4894- intersection iterators can now also be initialized incrementaly
4894+ intersection iterators can now also be initialized incrementally
48954895with iterators of different types.
48964896
48974897[ENTRY]
@@ -5897,7 +5897,7 @@ What: bug
58975897Rank: major
58985898[DESCRIPTION]
58995899Fixed extensional constraint with finite automata for very
5900- unlikely (but apparantely possible) border case.
5900+ unlikely (but apparently possible) border case.
59015901
59025902[ENTRY]
59035903Module: gist
@@ -6186,7 +6186,7 @@ What: removed
61866186Rank: minor
61876187[DESCRIPTION]
61886188Removed special cases for posting linear and Boolean expressions
6189- consisting of a single variable only (was highly ambigious ).
6189+ consisting of a single variable only (was highly ambiguous ).
61906190
61916191[ENTRY]
61926192Module: minimodel
@@ -10398,7 +10398,7 @@ Module: int
1039810398What: bug
1039910399Rank: minor
1040010400[DESCRIPTION]
10401- Fixed subsumption detection for regular with multiple variable occurences .
10401+ Fixed subsumption detection for regular with multiple variable occurrences .
1040210402
1040310403[ENTRY]
1040410404Module: int
0 commit comments