Xpress-BCL
Xpress-BCL is an object-oriented library 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.
|