Chapter 7. Data For The Model

7.1 Data Constants
7.2 Data Vectors
7.3 Sparce Data Vectors
7.4 Data Arithmetic
7.5 Reading Data From External Files
7.6 Import Data from Excel Spreadsheet
7.7 Import Data from Database

In the data section you specify the data coefficients to be used in the model. These can be scalars, vectors, and even arrays of multiple dimensions. By defining the data coefficients separately, the actual model is free of numerical data and thus easier to maintain. Furthermore, by using the import feature you can store the data in a separate file and retrieve it when generating the input file.

Each data coefficient is given a separate name that is used throughout the model. There are two different types of data objects that MPL recognizes; data constants and data vectors. The following sections describe how both are specified.


Back To Top | Maximal Home Page | Table of Contents | Previous Page | Next Page