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.
Skeletal solving
getUseAxiomSolving |
None
None
boolean
// Get the status of the Axiom Solving flag. string $d = `getUseAxiomSolving`; print $d; |