Obtaining explicit homotopies from a PolyhedralTracker #582
-
Is there a way to get explicit formulas for the polyhedral homotopies (or the underlying mixed subdivision) associated with a
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, this is possible. A The |
Beta Was this translation helpful? Give feedback.
Yes, this is possible. A
PolyhedralTracker
containssupport
andlifting
that are used to compute the mixed cells usingMixedSubdivision.jl
. You can read the documentation for computing mixed cells directly.The
PolyhedralStartSolutionsIterator
, in fact, computes mixed cells iteratively. It returns the start solutions without the cells. Nevertheless, looking at the code you can also see how to use mixed cells.