TOMVIEW
REGISTER (TOMVIEW)
LOGIN
myTOMVIEW
TOMVIEW Manual
Contents
1 Introduction
2 Overall Design
3 Problem types and Solver Routines
4 Defining problems in TOMVIEW
5 Using the TOMVIEW Solvers
6 Solver Reference
7 TOMVIEW Utility Functions
8 Approximation of Derivatives
9 Special Notes and Features
10 Sparse Matrix Handling
A Prob - the Input Reference
B Result - the Output Cluster
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 TOMVIEW
2.4 Low Level Routines and Gateway Routines
3 Problem types and Solver Routines
3.1 Definition of Problem Types
3.2 Solver functionality
3.2.1 TOMVIEW Base Module
3.2.2 TOMVIEW /CGO
3.2.3 TOMVIEW /CPLEX
3.2.4 TOMVIEW /KNITRO
3.2.5 TOMVIEW /LGO
3.2.6 TOMVIEW /MINOS
3.2.7 TOMVIEW /NPSOL
3.2.8 TOMVIEW /SNOPT
3.2.9 TOMVIEW /SOL
3.2.10 TOMVIEW /XA
3.2.11 Finding Available Solvers
4 Defining problems in TOMVIEW
4.1 The TOMVIEW Format
4.1.1 A basic example
4.2 The TOMVIEW Test Format
5 Using the TOMVIEW Solvers
5.1 Setting Solver Options
6 Solver Reference
6.1 TOMVIEW /BASE
6.1.1 glbDirect
6.1.2 glcDirect
6.1.3 goalsolve
6.1.4 inflinsolve
6.1.5 infsolve
6.1.6 L1linsolve
6.1.7 L1solve
6.1.8 milpsolve
6.1.9 qld
6.1.10 slssolve
6.2 TOMVIEW /MINOS
6.3 TOMVIEW /NPSOL
6.4 TOMVIEW /SNOPT
6.5 TOMVIEW /SOL
6.6 TOMVIEW /CPLEX
6.7 TOMVIEW /KNITRO
6.8 TOMVIEW /LGO
7 TOMVIEW Utility Functions
7.1 tomRun
7.2 probInit
7.3 Modify
7.3.1 modify_b_L
7.3.2 modify_b_U
7.3.3 modify_c_L
7.3.4 modify_c_U
7.3.5 modify_x_0
7.3.6 modify_x_L
7.3.7 modify_x_U
7.3.8 replace_A
7.3.9 replace_b_L
7.3.10 replace_b_U
7.3.11 replace_c_L
7.3.12 replace_c_U
7.3.13 replace_x_0
7.3.14 replace_x_L
7.3.15 replace_x_U
7.3.16 add_A
7.3.17 remove_A
7.3.18 change_NumDiff
7.3.19 change_ConsDiff
7.4 Example of TOMVIEW Modify
8 Approximation of Derivatives
9 Special Notes and Features
10 Sparse Matrix Handling
10.1 Create
10.1.1 init
10.1.2 empty
10.1.3 fill
10.1.4 eye
10.1.5 toTriplet
10.2 Modify
10.2.1 transpose
10.2.2 concat
10.2.3 concatZeros
10.2.4 subMatrix
10.2.5 setVal
10.2.6 setCol
10.2.7 setRow
10.3 Functions
10.3.1 size
10.3.2 nnz
10.3.3 getVal
10.3.4 getCol
10.3.5 getRow
10.4 Operators
10.4.1 cA
10.4.2 Ax
10.4.3 ATx
10.4.4 mult
10.4.5 mathFunc
10.5 Examples
10.5.1 init
10.5.2 concat
10.5.3 Ax
10.5.4 example
A Prob - the Input Reference
B Result - the Output Cluster
C Motivation and Background
Start
» Next »