- Procedure GMP::ProgressWindow::DisplaySolver(name, Category)
GMP::ProgressWindow::DisplaySolver
The procedure GMP::ProgressWindow::DisplaySolver
writes the solver
name to the Progress Window.
GMP::ProgressWindow::DisplaySolver(
name, ! (input) a solver name
[Category] ! (optional) a progress category
)
Arguments
- name
A scalar string representing the solver name.
- Category
An element in the set
AllProgressCategories
.
Return Value
The procedure returns 1 on success, or 0 otherwise.
Note
If the Category argument is used then the element should be created
with the function GMP::SolverSession::CreateProgressCategory
.