Exemplo n.º 1
0
        static void RunCongruenceClosureUnitTest()
        {
            var test = new SymEvalTests.CongruenceClosureUnitTest();

            test.NelsonOppenExample1();
            test.ArithmeticExample1();
        }
Exemplo n.º 2
0
 static void RunCongruenceClosureUnitTest()
 {
     var test = new SymEvalTests.CongruenceClosureUnitTest();
     test.NelsonOppenExample1();
     test.ArithmeticExample1();
 }