#include <GenericSolver.h>
Inheritance diagram for mcSimplifySolver:
Definition at line 47 of file GenericSolver.h.
Public Member Functions | |
mcSimplifySolver () | |
virtual | ~mcSimplifySolver () |
bool | math_SolveLine (mcMathLine &p, const mcSymbolProperties *unk, mcSystemStepArray &) |
Just uses the mcSolver::math_DoCompleteSimplification to fill the step array. | |
bool | math_WorksOn (const mcMathOrSystem &m) const |
Returns TRUE if this algorithm can be applied on the given math system solving it for one of the mcSymbol contained registered as unknowns. | |
bool | math_isReady () const |
Returns TRUE if this solver is ready to work. | |
wxPanel * | gui_GetOptionsPanel () const |
Returns the panel containing the options for this algorithm. |
|
Definition at line 50 of file GenericSolver.h. References mcST_SIMPLIFY. |
|
Definition at line 56 of file GenericSolver.h. |
|
Returns the panel containing the options for this algorithm. The returned pointer must be deleted by the caller, when it is not required anymore... If the returned value is NULL, no options are available for this solver. Implements mcSolver. Definition at line 65 of file GenericSolver.h. |
|
Returns TRUE if this solver is ready to work. This function can be used to check if all the options/settings for this solver have been correctly set and the #Solve() function will correctly work (on a system where #WorksOn returns TRUE). Implements mcSolver. Definition at line 63 of file GenericSolver.h. |
|
Just uses the mcSolver::math_DoCompleteSimplification to fill the step array.
Implements mcSolver. Definition at line 60 of file GenericSolver.cpp. References mcSolver::math_DoCompleteSimplification(), mcEXPSIM_NOFLAGS, mcSOLVERLOG, and mcTXTP. |
|
Returns TRUE if this algorithm can be applied on the given math system solving it for one of the mcSymbol contained registered as unknowns.
Implements mcSolver. Definition at line 61 of file GenericSolver.h. |
[ Top ] |