This is an option for the Potential option for monodromySolve when we use selectBestEdgeAndDirection option to select edge and direction. This option computes the expected number of new points obtained by tracking points (under suitable randomness assumptions about the permutations generated by the underlying graph.) The expected value is computed by the ratio of unmatched points and the difference between the total solution count and the number of the known points.
|
|
In here, we need the target number of solutions, and we will use the mixed volume for that.
|
We will comput the mixed volume to find the number of solution counts.
|
|
The object potentialE is a function closure.