基本上,我使用qhull来实现一些简单的c++。
dhcp-18-189-48-131:qhull-2012.1_2$ cat sample_input.txt
3 #
4
1 0 0
0 1 0
0 0 1
0 0 0
dhcp-18-189-48-131:qhull-2012.1_2$ qhull sample_input.txt
QH7036 qhull warning: missing space after flag s(73); reserved for menu. Skipped.然而,我的程序由于这样的错误而挂起...有人能帮上忙吗?谢谢。
发布于 2015-10-09 05:18:50
我通过做以下事情来解决它
$ qhull < sample_input.txt
相反的..。
https://stackoverflow.com/questions/33025062
复制相似问题