TOMNET
REGISTER (TOMNET)
LOGIN
myTOMNET
TOMNET Manual
Contents
1 Introduction
2 Overall Design
3 Problem types and Solver Routines
4 Defining problems in TOMNET
5 Using the TOMNET Solvers
6 Solver Reference
7 Problem Reference
8 Approximation of Derivatives
9 Special Notes and Features
10 Sparse Matrix Handling
A TOMNETProblem - the problem description
B Result - results from the solver
C Motivation and Background
References
Start
» Next »
Contents
1 Introduction
1.1 Overview
1.2 Contents of this manual
1.3 More information
1.4 Prerequisites
2 Overall Design
2.1 Input and Output
2.2 Problem Types
2.3 Solution Process
2.3.1 Examples in TOMNET
3 Problem types and Solver Routines
3.1 Definition of Problem Types
3.1.1 Unconstrained Optimization
3.1.2 Quadratic Programming
3.1.3 Constrained Nonlinear Optimization
3.1.4 Box-Bounded Global Optimization
3.1.5 Global Mixed-Integer Nonlinear Programming
3.1.6 Linear Programming
3.1.7 Mixed-Integer Programming
3.1.8 Linear Least Squares Problems
3.1.9 Constrained Nonlinear Least Squares Problems
3.2 Solver functionality
3.2.1 TOMNET Base Module
3.2.2 TOMNET /MINOS
3.2.3 TOMNET /NPSOL
3.2.4 TOMNET /SNOPT
3.2.5 TOMNET /SOL
4 Defining problems in TOMNET
4.1 The TOMNET Format
4.2 The TOMNET Test Problems
5 Using the TOMNET Solvers
5.1 Setting Solver Options
6 Solver Reference
6.1 TOMNET /BASE
6.1.1 glbDirect
6.1.2 glcDirect
6.2 TOMNET /MINOS
6.3 TOMNET /NPSOL
6.4 TOMNET /SNOPT
6.5 TOMNET /SOL
7 Problem Reference
7.1
class LinearProblem
7.2
class QuadraticProblem
7.3
class NonlinearProblem
7.4
class ConProblem
7.5
class ConLinProblem
7.6
class LinearLeastSquaresProblem
7.7
class NonlinearLeastSquaresProblem
7.8
Interface IFunction
7.9
Interface IDFunction
7.10
Interface IConstraints
7.11
Interface IDConstraints
8 Approximation of Derivatives
8.1 Numerical differenatiaion in using TOMNET.
8.2 Numerical differentiation in using the SOL solvers.
9 Special Notes and Features
10 Sparse Matrix Handling
10.1 Create
10.1.1 Sparse Constructors
10.1.2 Sparse.Eye
10.2 Modify
10.2.1 Sparse.Transpose
10.2.2 Sparse.Concatenate
10.2.3 Alter value
10.3 Properties
10.3.1 Sparse.Cols
10.3.2 Sparse.Rows
10.3.3 Sparse.Nnz
10.3.4 get Value
10.4 Operators
10.4.1 Operator *
A TOMNETProblem - the problem description
A.1 Important Members and Methods
A.2 Creating a Problem.
A.2.1 Find the
TOMNETProblem
class that matched the problem.
A.2.2 Implement the objective function
A.2.3 Implement the nonlinear constraints
A.2.4 Create objects needed to call the constructor.
A.2.5 Solve using a
TOMNETSolver
.
B Result - results from the solver
C Motivation and Background
Start
» Next »