About Anaconda Help Download Anaconda

conda-forge / packages / coin-or-osi 0.108.11

Coin OR Open Solver Interface (OSI)

copied from cf-staging / coin-or-osi

Installers

  • linux-aarch64 v0.108.11
  • linux-64 v0.108.11
  • osx-64 v0.108.11
  • linux-ppc64le v0.108.11
  • osx-arm64 v0.108.11

conda install

To install this package run one of the following:
conda install conda-forge::coin-or-osi

Description

Osi (Open Solver Interface) provides an abstract base class to a generic linear programming (LP) solver, along with derived classes for specific solvers. Many applications may be able to use the Osi to insulate themselves from a specific LP solver. That is, programs written to the OSI standard may be linked to any solver with an OSI interface and should produce correct results. The OSI has been significantly extended compared to its first incarnation. Currently, the OSI supports linear programming solvers and has rudimentary support for integer programming. Among others the following operations are supported:

  • creating the LP formulation;
  • directly modifying the formulation by adding rows/columns;
  • modifying the formulation by adding cutting planes provided by CGL;
  • solving the formulation (and resolving after modifications);
  • extracting solution information;
  • invoking the underlying solver's branch-and-bound component.

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy