Public API of SCIP
Detailed Description
functions and headers of the public C-API of SCIP. Please refer to How to search the documentation and source files structure for public interface functions for information how to use the reference manual.
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 | |
| functions 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. | |