#343 closed task (done)
Rethink about usefulness of visitors for ObjectData and Constraints
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | General | Version: | 3.2 |
Keywords: | Cc: |
Description
Change History (7)
comment:1 Changed 16 years ago by gkronber
- Status changed from new to assigned
- Summary changed from Rethink about usefulness of vistors for ObjectData and Constraints to Rethink about usefulness of visitors for ObjectData and Constraints
comment:2 Changed 16 years ago by gkronber
r763:
- removed visitor classes and methods HeuristicLab.Data and HeuristicLab.Random.
- added manual dispatch on the dynamic type in operators of HeuristicLab.Random.
comment:3 Changed 16 years ago by gkronber
removed visitor classes and methods in HeuristicLab.Constraints and replaced visitor with manual dispatch with r764.
comment:4 Changed 16 years ago by gkronber
- Resolution set to fixed
- Status changed from assigned to closed
comment:5 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:6 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
After discussion with Stefan we decided to kill the visitors.