Scippy

SCIP

Solving Constraint Integer Programs

objscip.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2 /* */
3 /* This file is part of the program and library */
4 /* SCIP --- Solving Constraint Integer Programs */
5 /* */
6 /* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */
7 /* */
8 /* Licensed under the Apache License, Version 2.0 (the "License"); */
9 /* you may not use this file except in compliance with the License. */
10 /* You may obtain a copy of the License at */
11 /* */
12 /* http://www.apache.org/licenses/LICENSE-2.0 */
13 /* */
14 /* Unless required by applicable law or agreed to in writing, software */
15 /* distributed under the License is distributed on an "AS IS" BASIS, */
16 /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
17 /* See the License for the specific language governing permissions and */
18 /* limitations under the License. */
19 /* */
20 /* You should have received a copy of the Apache-2.0 license */
21 /* along with SCIP; see the file LICENSE. If not visit scipopt.org. */
22 /* */
23 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
24 
25 /**@file objscip.h
26  * @brief C++ wrapper classes for SCIP
27  * @author Tobias Achterberg
28  */
29 
30 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
31 
32 #ifndef __SCIP_OBJSCIP_H__
33 #define __SCIP_OBJSCIP_H__
34 
35 
36 #include "objscip/objbenders.h"
37 #include "objscip/objbenderscut.h"
38 #include "objscip/objbranchrule.h"
39 #include "objscip/objconshdlr.h"
40 #include "objscip/objcutsel.h"
41 #include "objscip/objdialog.h"
42 #include "objscip/objdisp.h"
43 #include "objscip/objeventhdlr.h"
44 #include "objscip/objheur.h"
45 #include "objscip/objmessagehdlr.h"
46 #include "objscip/objnodesel.h"
47 #include "objscip/objpresol.h"
48 #include "objscip/objpricer.h"
49 #include "objscip/objprobdata.h"
50 #include "objscip/objprop.h"
51 #include "objscip/objreader.h"
52 #include "objscip/objrelax.h"
53 #include "objscip/objsepa.h"
54 #include "objscip/objvardata.h"
55 #include "objscip/objcloneable.h"
56 
57 #endif
C++ wrapper for presolvers.
C++ wrapper for user variable data.
C++ wrapper for message handlers.
C++ wrapper for event handlers.
C++ wrapper for Benders' decomposition.
C++ wrapper for propagators.
C++ wrapper for cut selectors.
C++ wrapper for dialogs.
definition of base class for all clonable classes
C++ wrapper for constraint handlers.
C++ wrapper for branching rules.
C++ wrapper for display columns.
C++ wrapper for primal heuristics.
C++ wrapper for Benders' decomposition cuts.
C++ wrapper for node selectors.
C++ wrapper for cut separators.
C++ wrapper for file readers and writers.
C++ wrapper for variable pricers.
C++ wrapper for user problem data.
C++ wrapper for relaxation handlers.