From: Kai H. <ka...@gm...> - 2003-12-17 19:01:11
|
Rafael Laboissiere wrote: > * Pedro Tarrafeta <pt...@te...> [2003-12-17 14:52]: > > >>It accepts a string but it is added to the default "s Qt Tcv". I would >>rather use these options only in the case in which a string hasn't been >>parsed, so that I can use QJ. > > > The options "s" and "Tcv" were originally in Kai Habel's code. (BTW, I > cannot find Tcv in the Qhull documentation). ... The "Tcv" option was copied from an example in "user_eg2.c". It probably means: Tc - check frequently during execution Tv - verify result: structure, convexity, and point inclusion As I read the docs now, the Tc option should be avoided, so maybe it is a good time to remove it. for more information see: http://www.thesa.com/software/qhull/html/qh-optt.htm#Tc Bye Kai |