Opened 12 years ago
Closed 12 years ago
#1900 closed defect (done)
ReplaceBranchManipulation throws an overflow exception while calculating the maximum extension length for larger depth limits
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.8 |
Component: | Encodings.SymbolicExpressionTreeEncoding | Version: | 3.3.8 |
Keywords: | Cc: |
Description
Change History (5)
comment:1 Changed 12 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 12 years ago by mkommend
comment:3 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r8311.
comment:5 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r8311: Corrected calculation of extension point lengths in the PTC2 to avoid overflow exceptions.