This interface defines the API for elements of optimization models, such
as variables, constraints, expressions, and objectives.
Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0
Syntax
| C# |
|---|
public interface ICopyable |
| Visual Basic |
|---|
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.