Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/13 23:36:52 (11 years ago)
Author:
ascheibe
Message:

#1886

  • improved qhull wrapper
  • cleaned up unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/HeuristicLab.Analysis.AlgorithmBehavior/PerformanceTests/Program.cs

    r10211 r10222  
    3030    static void Main(string[] args) {
    3131      // TestSimpleVolumeCalculation();
    32       //   TestVolCalc();
     32      // TestVolCalc();
    3333      //TestQHullVolumeCalculation();
    3434      TestQhull();
     
    5050      Console.WriteLine("Volume is: " + volume);
    5151
    52       QhullWrapper.CalculateConvexHull(points);
     52      var result = QhullWrapper.Calculate(points);
    5353    }
    5454
Note: See TracChangeset for help on using the changeset viewer.