Public Methods Detailed DescriptionThis page lists headers containing methods provided by the core of SCIP that can be used via the callable library. If you are in the User's Manual you only find methods that are public and, therefore, allowed to be used. The Developer's Manual includes all methods. All of the headers listed below include functions that are allowed to be called by external users. Besides those functions it is also valid to call methods that are listed in one of the headers of the (default) plugins, e.g., cons_linear.h. If you are looking for information about a particular object of SCIP, such as a variable or a constraint, you should first search the corresponding "pub_<...>.h" header. E.g., for constraints, look in pub_cons.h. If you need some information about the overall problem, you should start searching in scip.h. Since there is a huge number of methods in scip.h, these methods are grouped into different categories. These categories are:
|