The BCL model-building interface
BCL is an object-oriented interface to the Xpress-Optimizer for building Mathematical Programming problems within
an application. It uses a step-by-step approach, with functions
to add a variable, and add a constraint, which you the developer
call within your program, gradually building up the complete
problem.
|