/
getUseAxiomSolving
getUseAxiomSolving
Description
Gets the status of the Axiom Solving
flag.
The command returns true if the Axiom algorithm is to be used for solving, or false if the legacy solving algorithm will be used.
Functional area
Skeletal solving
Command syntax
Syntax
getUseAxiomSolving |
Arguments
None
Flags
None
Return value
boolean
Examples
// Get the status of the Axiom Solving flag. string $d = `getUseAxiomSolving`; print $d;
Additional information
Related commands
, multiple selections available,
Related content
getInteractiveSolveSolving
getInteractiveSolveSolving
More like this
getInteractiveSolveLabeling
getInteractiveSolveLabeling
More like this
setInteractiveSolveSolving
setInteractiveSolveSolving
More like this
createSolvingSetupFromLabelingSetup
createSolvingSetupFromLabelingSetup
More like this
setInteractiveSolveLabeling
setInteractiveSolveLabeling
More like this
getParameterExpression
getParameterExpression
More like this