/
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