Procedure MatrixGenerate(MP)

MatrixGenerate

The procedure MatrixGenerate instructs AIMMS to generate a mathematical program without actually solving it.

MatrixGenerate(
     MP              ! (input) a mathematical program
     )

Arguments

MP

A mathematical program to be generated. The mathematical program should be a linear, mixed-integer linear or quadratic programming model.

Return Value

The procedure returns 1 on success, or 0 otherwise.

Note

  • The procedure MatrixGenerate can be used to generate a mathematical program, if your algorithm does not call the SOLVE statement to solve it initially, prior using the matrix manipulation routines.

  • As of AIMMS release 3.5, the matrix manipulation procedures have become deprecated. New projects should use the GMP library instead. Please refer to Table 5 for a mapping of the matrix manipulation procedures to corresponding GMP procedures.

See also

Matrix manipulation routines are discussed in more detail in Implementing Advanced Algorithms for Mathematical Programs of the Language Reference.