Opened 11 years ago
Closed 10 years ago
#2092 closed defect (done)
The root node of symbolic expression trees should not be shown if it has only one child
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
Component: | Encodings.SymbolicExpressionTreeEncoding.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
In the view for symbolic expression trees it is awkward that the root node is always shown even if it has only one child.
Change History (13)
comment:1 Changed 11 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.9
- Status changed from new to accepted
comment:2 Changed 11 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.9 to HeuristicLab 3.3.x Backlog
comment:3 Changed 11 years ago by gkronber
- Status changed from accepted to assigned
comment:4 Changed 11 years ago by gkronber
- Status changed from assigned to accepted
comment:5 Changed 11 years ago by gkronber
comment:6 Changed 11 years ago by gkronber
- Owner changed from gkronber to bburlacu
- Status changed from accepted to reviewing
comment:7 Changed 11 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.10
comment:8 Changed 10 years ago by mkommend
- Owner changed from bburlacu to mkommend
comment:9 Changed 10 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
comment:10 Changed 10 years ago by gkronber
comment:11 Changed 10 years ago by gkronber
comment:12 Changed 10 years ago by gkronber
comment:13 Changed 10 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10499: don't show the root node if it has only one sub-tree (the result producing branch). If ADFs are defined then it is necessary to show the root node as well.