karl 7bfa0f0ed2 Add Akl Heuristic in performance mode
Doesn't seem to make much of a difference though :(

but another issue was fixed in the meantime (we weren't actually usign the leftmost and rightmost points!)
2020-12-06 22:09:35 +01:00
2020-11-18 15:33:47 +01:00
2020-11-30 20:11:16 +01:00
2020-11-17 12:39:20 +01:00
2020-12-06 22:09:35 +01:00
2020-12-05 22:29:28 +01:00

quickhull

dependencies

for the visual graphic display SFML is needed (https://www.sfml-dev.org/download/sfml/2.5.1/) if you want to compile the program on your own, the deployed release uses static linkage.

program arguments

-v                   mode with enabled visualization
-akl                 using Akl-Toussaint heuristic beforehand
                     https://en.wikipedia.org/wiki/Convex_hull_algorithms#Akl%E2%8
-f <filename>        read random numbers from file
-rngcount <count>    generates count random float values
-rngmode <mode>      if generating float values this specifies the mode:
                     1. random numbers in screen range
                     2. numbers are ordered as rectangle
                     3. numbers are ordered as circle around screen center
-runs <count>        runs performance mode multiple times
-stepsize <size>     time between autosteps; if 0 or not provided -> manual steps
Description
No description provided
Readme 1.2 MiB
Release Latest
2020-12-08 13:25:53 +01:00
Languages
C++ 95.2%
C 2.8%
Makefile 2%