ILOG CPLEX .NET Reference Manual

NumVarAlreadyInLPMatrixException Class

This exception is thrown by an atttempt to use a variable multiple times in an LP matrix.

For a list of all members of this type, see NumVarAlreadyInLPMatrixException Members.

System.Object
   System.Exception
      ILOG.Concert.Exception
         ILOG.CPLEX.NumVarAlreadyInLPMatrixException

public class NumVarAlreadyInLPMatrixException : Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

In the current version of CPLEX, this exception is also thrown when an attempt is made to use a variable in more than one LP matrix. The latter restriction will be removed in a later version.

Requirements

Namespace: ILOG.CPLEX

Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll)

See Also

NumVarAlreadyInLPMatrixException Members | ILOG.CPLEX Namespace