Void IMethod.AddIntegerListVariable(String bsVariableID, IListCpp iInitialValue, Int32 pValues)

Adds an input integer variable with its list of possible integer values.

Parameters

  • bsVariableID
    Type: String
    Variable identifier.
  • iInitialValue
    Type: IListCpp
    Initial value of the variable. For an optimization method, this is the value at the starting point, if the method uses one.
  • pValues
    Type: Int32
    List of possible integer values.