Skip to content

Commit 1638f9c

Browse files
authored
Merge pull request #620 from JuliaHomotopyContinuation/PBrdng-patch-1
Update polyhedral.jl
2 parents 925f6ae + a1b0445 commit 1638f9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/polyhedral.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ of `F` using a polyhedral homotopy as proposed in [^HS95], then perform a
122122
coefficient-parameter homotopy towards `F`.
123123
This returns a path tracker ([`PolyhedralTracker`](@ref) or [`OverdeterminedTracker`](@ref)) and an iterator to compute the start solutions.
124124
125-
If `only_non_zero` is `true`, then only the solutions with non-zero coordinates are computed.
126-
In this case the number of paths to track is equal to the
127-
mixed volume of the Newton polytopes of `F`.
125+
If `only_non_zero` is true, then the algorithm will set up a start system that tracks fewer paths compared to `only_non_zero = false`.
126+
In this case the number of paths to track is equal to the mixed volume of the Newton polytopes of `F`.
127+
The computed solutions will include all solutions with non-zero coordinates.
128128
129129
If `only_non_zero` is `false`, then all isolated solutions of `F` are computed.
130130
In this case the number of paths to track is equal to the

0 commit comments

Comments
 (0)