diff --git a/Engine-prototype.md b/Engine-prototype.md new file mode 100644 index 0000000..35cc5ee --- /dev/null +++ b/Engine-prototype.md @@ -0,0 +1,8 @@ +# Engine prototype + +## Basis optimization + +The size of the Gröbner basis depends a lot on the variable order. So far, I've gotten the best performance with the degree › reverse lexicographic monomial order and the following variable order. + +* First, sort by coordinate: $r$, $s$, $x$, $y$, $z$ +* Within each coordinate, put spheres before points: $r_\text{s1}, r_\text{p1}, r_\text{p2}$ \ No newline at end of file