We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NonPolynomialReason
1 parent 1ef1217 commit aa0e08aCopy full SHA for aa0e08a
src/systems/nonlinear/homotopy_continuation.jl
@@ -96,9 +96,21 @@ end
96
Possible reasons why a term is not polynomial
97
"""
98
EnumX.@enumx NonPolynomialReason begin
99
+ """
100
+ Exponent of an expression involving unknowns is not an integer.
101
102
NonIntegerExponent
103
104
+ Exponent is an expression containing unknowns.
105
106
ExponentContainsUnknowns
107
108
+ The base of an exponent is not a polynomial in the unknowns.
109
110
BaseNotPolynomial
111
112
+ An expression involves a non-polynomial operation involving unknowns.
113
114
UnrecognizedOperation
115
end
116
0 commit comments