Open Solver Interface

Home

The AIMMS Open Solver Interface (OSI) allows you to link solvers to AIMMS through a collection of C++ interfaces. So if you do not find the solver of your liking and you want to link your own preferred solver to AIMMS, you can use the AIMMS OSI. It will allow AIMMS and this solver to communicate and solve a mathematical program instance, and it supports callbacks during the solution process into AIMMS.

Some of the interfaces are implemented by AIMMS and provide services to a solver, e.g. to allow a solver to

  • retrieve the current values of solver-specific options,
  • retrieve the row, column and matrix data,
  • compute nonlinear function values, Jacobians and Hessians for nonlinear constraints, and
  • call AIMMS-provided callback functions.

A solver must implement a number of interfaces to allow AIMMS to

  • retrieve the collection of options supported by the solver,
  • initiate the solution process, 
  • request an IIS for an infeasible problem, and
  • retrieve the solution from the solver. 

You can find more information about the AIMMS OSI in the Open Solver Interface User's Guide and Reference.

 Customer Quotes  “Yours has been the best support organization of many different OR packages I have used. I chose AIMMS over others, despite my knowledge of them from school, because yours seemed the most robust and friendliest for input, design and output. I am glad I made this choice.”
Keith Gardner, The Lewin Group, Virginia, USA - Consultant

 Login  to update your profile.

Login