|
MPSolve 3.2.2
|
Public Slots | |
| void | polynomial_solved () |
| void | openPolFile (QString path) |
| openPolFile loads a .pol file given its path | |
| void | onlistRootsView_selectionChanged (QItemSelection, QItemSelection) |
| void | onSolvePolFileRequested (QString path) |
Public Member Functions | |
| MainWindow (QWidget *parent=0) | |
| mps_algorithm | selectedAlgorithm () |
| selectedAlgorithm return the algorithm currently selected by the user. | |
| int | requiredDigits () |
| requiredDigits returns the number of accuracy digits required by the user | |
| mps_output_goal | selectedGoal () |
| selectedGoal returns the goal for the computation. Can be either set to MPS_OUTPUT_GOAL_ISOLATE or to MPS_OUTPUT_GOAL_APPROXIMATE. | |
| PolynomialBasis | polynomialBasis () |
| polynomialBasis returns the polynomial basis selected by the user. | |
| void | openEditor (QString polFile="") |
| openEditor performs the necessary steps to set up the PolFileEditorWindow and activate it. | |
| void MainWindow::openEditor | ( | QString | polFile = "" | ) |
openEditor performs the necessary steps to set up the PolFileEditorWindow and activate it.
| polFile | If a non empty string is passed as argument, the file is opened in the Editor. |
In the case the window is already available, it just focuses it.
|
slot |
openPolFile loads a .pol file given its path
| path | The path to the .pol file |
| PolynomialBasis MainWindow::polynomialBasis | ( | ) |
polynomialBasis returns the polynomial basis selected by the user.
| int MainWindow::requiredDigits | ( | ) |
requiredDigits returns the number of accuracy digits required by the user
| mps_algorithm MainWindow::selectedAlgorithm | ( | ) |
selectedAlgorithm return the algorithm currently selected by the user.
| mps_output_goal MainWindow::selectedGoal | ( | ) |
selectedGoal returns the goal for the computation. Can be either set to MPS_OUTPUT_GOAL_ISOLATE or to MPS_OUTPUT_GOAL_APPROXIMATE.