ContentsIndexHome
PreviousUpNext
aimms::ValueType Enumeration

Aimms value types

C++
enum ValueType {
  vtDouble,
  vtInteger,
  vtElement,
  vtString,
  vtBool
};