An exception that indicates a mismatched number of variables.
For a list of all members of this type, see ColumnArray.SizeMismatchException Members.
System.Object
System.Exception
ILOG.Concert.Exception
ILOG.Concert.ColumnArray.SizeMismatchException
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This exception is thrown if you try to combine ColumnArray
objects, using the method ColumnArray.And
for column-wise modeling, if the sizes of the objects do not match. The size of an ColumnArray
object represents the number of variables created by it and can be queried with the method getSize
.
Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)
ColumnArray.SizeMismatchException Members | ILOG.Concert Namespace