« Previous « Start » Next »
5 Using the TOMVIEW Solvers
The solvers are normally accessed through the VI
tomRun.
After initial development work, the
probCheck VI in tomRun
can be removed and the solver called directly by using the *Solver
VI for the solver in question.
The
probCheck VI does checking on all the user routines
supplied as this cannot be done before creating the problem and
calling the driver VI
tomRun. The assign routines does a
variety of checking on all the static information supplied, such as
bounds and linear constraints.
5.1 Setting Solver Options
All control parameters can be set directly from LabVIEW VI's.
Each applicable solver has a subfolder called
options. The
*buildNum and *buildStr VI's are only used to set the options in the
correct part. All other VI's can be used to control the usage of
print files, print levels, various convergence criteria and much
more. The list of options are described in the solver reference for
each product (the Base Module options are described in this manual).
A complete description of the available Base Module solver
parameters can be found in Section
6.1.
« Previous « Start » Next »