Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/18 10:44:54 (6 years ago)
Author:
lkammere
Message:

#2886: Remove nested divisions from grammar and hashing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2886_SymRegGrammarEnumeration/Test/TreeHashingTest.cs

    r15791 r15795  
    132132    }
    133133
     134    /* DEPRECATED; SINCE WE DO NOT ALLOW COMPOUND DIVISIONS
    134135    [TestMethod]
    135136    [TestCategory("TreeHashing")]
     
    158159    [TestMethod]
    159160    [TestCategory("TreeHashing")]
    160     public void a_UncancelableCompoundInverse() {
     161    public void UncancelableCompoundInverse() {
    161162      // 1 / ( 1/b + sin(a*c) )
    162163      SymbolString s1 = new SymbolString(new Symbol[] { varB, grammar.Inv, varA, varC, grammar.Multiplication, grammar.Sin, grammar.Addition, grammar.Inv });
     
    168169
    169170      Assert.AreNotEqual(hash1, hash2);
    170     }
     171    }*/
    171172
    172173    #region parser
Note: See TracChangeset for help on using the changeset viewer.