Opened 5 years ago
#3108 new defect
C# formatter's output for logical negations is incorrect
| Reported by: | dpiringe | Owned by: | dpiringe |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
| Component: | Problems.DataAnalysis.Symbolic | Version: | |
| Keywords: | Cc: |
Description
The CSharpSymbolicExpressionTreeStringFormatter contains a bug for the ! symbol. It contains only one subtree, therefore the used method FormatOperator cannot append the ! symbol.
Note: See
TracTickets for help on using
tickets.


