mantepse.spad line 229 [edit on github]
GuessOptionFunctions0
provides operations that extract the values of options for Guess.
Somos returns
whether we allow only Somos-like operators, default being false
allDegrees returns
whether all possibilities of the degree vector should be tried, the default being false
.
check(d)
specifies how we want to check the solution. If the value is "skip", we return the solutions found by the interpolation routine without checking. If the value is "MonteCarlo", we use a probabilistic check. The default is "deterministic".
checkExtraValues(d)
specifies whether we want to check the solution beyond the order given by the degree bounds. The default is true
.
checkOptions checks
whether the given options are consistent, and yields an error otherwise
debug returns
whether we want additional output on the progress, default being false
displayKind(d)
specifies kind of the result: generating function, recurrence or equation. This option should not be set by the user, but rather by the HP
-specification.
functionName returns
the name of the function given by the algebraic differential equation, default being f
functionNames returns
the names for the function in the algebraic dependence, default being %f1
, %f2
, ...
homogeneous returns
whether we allow only homogeneous algebraic differential equations, default being false
indexName returns
the name of the index variable used for the formulas, default being n
maxDegree returns
the specified maxDegree.
maxDerivative returns
the specified maxDerivative.
maxLevel returns
the specified maxLevel.
maxMixedDegree returns
the specified maxMixedDegree.
maxPower returns
the specified maxPower.
maxShift returns
the specified maxShift.
maxSubst returns
the specified maxSubst.
one returns
whether we need only one solution, default being true
.
safety returns
the specified safety or 1 as default.
variableName returns
the name of the variable used in by the algebraic differential equation, default being x