Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2164, comment 4


Ignore:
Timestamp:
09/23/14 16:35:49 (10 years ago)
Author:
bburlacu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2164, comment 4

    initial v1  
    1 r11384: Added license header. Added a `Difference` method for calculating the difference between two trees `T1` and `T2`. From a set theory perspective, this method calculates the relative complement of `T2` in `T1`, which is the subtree by which `T1` differs from `T2`. The `Difference` method is not symmetric, therefore it has been implemented as an extension method.
     1r11384: Added license header to `SymbolicExpressionTreeMatching.cs`. Added a `Difference` method for calculating the difference between two trees `T1` and `T2`. From a set theory perspective, this method calculates the relative complement of `T2` in `T1`, which is the subtree by which `T1` differs from `T2`. The `Difference` method is not symmetric, therefore it has been implemented as an extension method.