- Timestamp:
- 12/11/13 23:36:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/HeuristicLab.Analysis.AlgorithmBehavior/PerformanceTests/Program.cs ¶
r10211 r10222 30 30 static void Main(string[] args) { 31 31 // TestSimpleVolumeCalculation(); 32 // 32 // TestVolCalc(); 33 33 //TestQHullVolumeCalculation(); 34 34 TestQhull(); … … 50 50 Console.WriteLine("Volume is: " + volume); 51 51 52 QhullWrapper.CalculateConvexHull(points);52 var result = QhullWrapper.Calculate(points); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.