Originally posted by: SystemAdmin
[ChrisHane said:]
Hello Bill,
Concert is designed primarily as a modeling language so that the user works with a higher level abstraction rather than directly with the matrix elements. With Concert each object in the IoModel is derived from IloExtractable. These objects have their lifetime managed by IloEnv. IloEnv also provides methods for getting each extractable in the environment. These getter's assume you will be able to determine the correct derived class for each extractable. See the documentation for IloEnv and IloExtractable for these interfaces.
That's the technical answer, but what are you trying to do that makes you want this feature? There may be better ways to implement it other than direct matrix manipulation.
Chris
#CPLEXOptimizers#DecisionOptimization