mps_algorithm selectedAlgorithm()
selectedAlgorithm return the algorithm currently selected by the user.
Definition: mainwindow.cpp:88
void openEditor(QString polFile="")
openEditor performs the necessary steps to set up the PolFileEditorWindow and activate it.
Definition: mainwindow.cpp:43
int requiredDigits()
requiredDigits returns the number of accuracy digits required by the user
Definition: mainwindow.cpp:83
PolynomialBasis polynomialBasis()
polynomialBasis returns the polynomial basis selected by the user.
Definition: mainwindow.cpp:95
mps_output_goal selectedGoal()
selectedGoal returns the goal for the computation. Can be either set to MPS_OUTPUT_GOAL_ISOLATE or to...
Definition: mainwindow.cpp:110
void openPolFile(QString path)
openPolFile loads a .pol file given its path
Definition: mainwindow.cpp:153
Definition: mainwindow.h:17