示例#1
0
        static void RunCongruenceClosureUnitTest()
        {
            var test = new SymEvalTests.CongruenceClosureUnitTest();

            test.NelsonOppenExample1();
            test.ArithmeticExample1();
        }
示例#2
0
 static void RunCongruenceClosureUnitTest()
 {
     var test = new SymEvalTests.CongruenceClosureUnitTest();
     test.NelsonOppenExample1();
     test.ArithmeticExample1();
 }