|
|
back to boardUse algebra, neither simplex method nor 3d convex hull Posted by hedrok 7 Apr 2008 21:40 Re: Use algebra, neither simplex method nor 3d convex hull Posted by svr 7 Apr 2008 22:33 But 3-d convex hull realization may be taken somewhere acide and it is good practice. For me it was taken 5 min to understand that 3-d convex hool could be applied and it is well to context. But difficult to find accurate with hight precision effective realisation but after having it 3-d convex hool more better. Edited by author 07.04.2008 22:34 Re: Use algebra, neither simplex method nor 3d convex hull Posted by hedrok 9 Apr 2008 00:25 Could you give me good link? You see, i haven't implemented it because everything i found seemed very time-consuming to write. I'm preparing to olympiad, so i look for algos which i can implement fast without mistakes. Re: Use algebra, neither simplex method nor 3d convex hull As for this problem O(N^3) is ok. One of easy ways is to pick every pair of points and rotate a plane around them through others to get all of them on one side. |
|
|