File failed to load: https://scipopt.org/MathJax/extensions/TeX/AMSsymbol.js
Scippy

SCIP

Solving Constraint Integer Programs

All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Public API of SCIP

Detailed Description

methods and headers of the public C-API of SCIP

The public API of SCIP is separated into a Core API and a Plugin API. The first contains all methods that can be accessed by including the header scip.h. The Plugin API is a collection of methods that are provided by the default plugins of SCIP. The Plugin API is provided by scipdefplugins.h.

Modules

 Core API
 methods and headers of the plugin-independent C-API provided by the SCIP header file scip.h.
 
 Plugin API of SCIP
 core API extensions provided by the default plugins of SCIP, includable via scipdefplugins.h.