コード例 #1
0
 /// <summary>
 /// Executes the tests.
 /// </summary>
 /// <param name="xml"></param>
 private static void ExecuteSparse(string xml)
 {
     CHVerifiedContractionBaseTests tester = new CHVerifiedContractionBaseTests();
     tester.DoTestCHSparseVerifiedContraction(xml, false);
 }
コード例 #2
0
        /// <summary>
        /// Executes the tests.
        /// </summary>
        /// <param name="xml"></param>
        private static void ExecuteSparse(string xml)
        {
            CHVerifiedContractionBaseTests tester = new CHVerifiedContractionBaseTests();

            tester.DoTestCHSparseVerifiedContraction(xml, false);
        }
コード例 #3
0
 /// <summary>
 /// Executes the tests.
 /// </summary>
 /// <param name="xml"></param>
 private static void ExecuteEdgeDifference(string xml)
 {
     CHVerifiedContractionBaseTests tester = new CHVerifiedContractionBaseTests();
     tester.DoTestCHEdgeDifferenceVerifiedContraction(xml, false);
 }
コード例 #4
0
        /// <summary>
        /// Executes the tests.
        /// </summary>
        /// <param name="xml"></param>
        private static void ExecuteEdgeDifference(string xml)
        {
            CHVerifiedContractionBaseTests tester = new CHVerifiedContractionBaseTests();

            tester.DoTestCHEdgeDifferenceVerifiedContraction(xml, false);
        }