This interface defines the API for elements of optimization models, such as variables, constraints, expressions, and objectives.

Namespace: ILOG.Concert
Assembly: oplall (in oplall.dll)

Syntax

C#
public interface ICopyable

Remarks

Objects of classes implementing this interface can be copied when needed to an application using IBM ILOG Concert Technology for .NET. All objects used for describing an optimization model implement this interface.

See Also