Scippy

SCIP

Solving Constraint Integer Programs

scipdefplugins.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-2014 Konrad-Zuse-Zentrum */
7 /* fuer Informationstechnik Berlin */
8 /* */
9 /* SCIP is distributed under the terms of the ZIB Academic License. */
10 /* */
11 /* You should have received a copy of the ZIB Academic License */
12 /* along with SCIP; see the file COPYING. If not email to scip@zib.de. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15 
16 /**@file scipdefplugins.h
17  * @ingroup PUBLICMETHODS
18  * @brief default SCIP plugins
19  * @author Tobias Achterberg
20  */
21 
22 /*--+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
23 
24 #ifndef __SCIP_SCIPDEFPLUGINS_H__
25 #define __SCIP_SCIPDEFPLUGINS_H__
26 
27 
28 #include "scip/scip.h"
29 
30 /* include header files here, such that the user only has to include
31  * scipdefplugins.h
32  */
34 #include "scip/branch_cloud.h"
35 #include "scip/branch_fullstrong.h"
36 #include "scip/branch_inference.h"
37 #include "scip/branch_leastinf.h"
38 #include "scip/branch_mostinf.h"
39 #include "scip/branch_pscost.h"
40 #include "scip/branch_random.h"
41 #include "scip/branch_relpscost.h"
42 #include "scip/cons_abspower.h"
43 #include "scip/cons_and.h"
44 #include "scip/cons_bivariate.h"
46 #include "scip/cons_conjunction.h"
47 #include "scip/cons_countsols.h"
48 #include "scip/cons_cumulative.h"
49 #include "scip/cons_disjunction.h"
50 #include "scip/cons_indicator.h"
51 #include "scip/cons_integral.h"
52 #include "scip/cons_knapsack.h"
53 #include "scip/cons_linear.h"
54 #include "scip/cons_linking.h"
55 #include "scip/cons_logicor.h"
56 #include "scip/cons_nonlinear.h"
57 #include "scip/cons_or.h"
58 #include "scip/cons_orbitope.h"
60 #include "scip/cons_quadratic.h"
61 #include "scip/cons_setppc.h"
62 #include "scip/cons_soc.h"
63 #include "scip/cons_sos1.h"
64 #include "scip/cons_sos2.h"
66 #include "scip/cons_varbound.h"
67 #include "scip/cons_xor.h"
68 #include "scip/disp_default.h"
70 #include "scip/heur_clique.h"
71 #include "scip/heur_coefdiving.h"
72 #include "scip/heur_crossover.h"
73 #include "scip/heur_dins.h"
74 #include "scip/heur_dualval.h"
75 #include "scip/heur_feaspump.h"
76 #include "scip/heur_fixandinfer.h"
77 #include "scip/heur_fracdiving.h"
78 #include "scip/heur_guideddiving.h"
79 #include "scip/heur_zeroobj.h"
80 #include "scip/heur_intdiving.h"
81 #include "scip/heur_intshifting.h"
84 #include "scip/heur_mutation.h"
85 #include "scip/heur_nlpdiving.h"
87 #include "scip/heur_octane.h"
88 #include "scip/heur_oneopt.h"
89 #include "scip/heur_pscostdiving.h"
90 #include "scip/heur_proximity.h"
91 #include "scip/heur_randrounding.h"
92 #include "scip/heur_rens.h"
93 #include "scip/heur_rins.h"
95 #include "scip/heur_rounding.h"
97 #include "scip/heur_shifting.h"
99 #include "scip/heur_subnlp.h"
100 #include "scip/heur_trivial.h"
101 #include "scip/heur_trysol.h"
102 #include "scip/heur_twoopt.h"
103 #include "scip/heur_undercover.h"
104 #include "scip/heur_vbounds.h"
105 #include "scip/heur_veclendiving.h"
106 #include "scip/heur_zirounding.h"
107 #include "scip/nodesel_bfs.h"
109 #include "scip/nodesel_dfs.h"
110 #include "scip/nodesel_estimate.h"
112 #include "scip/nodesel_uct.h"
113 #include "scip/nodesel_restartdfs.h"
114 #include "scip/presol_boundshift.h"
115 #include "scip/presol_components.h"
117 #include "scip/presol_domcol.h"
118 #include "scip/presol_dualinfer.h"
120 #include "scip/presol_implics.h"
121 #include "scip/presol_inttobinary.h"
122 #include "scip/presol_trivial.h"
123 #include "scip/prop_dualfix.h"
124 #include "scip/prop_genvbounds.h"
125 #include "scip/prop_obbt.h"
126 #include "scip/prop_probing.h"
127 #include "scip/prop_pseudoobj.h"
128 #include "scip/prop_redcost.h"
129 #include "scip/prop_rootredcost.h"
130 #include "scip/prop_vbounds.h"
131 #include "scip/reader_bnd.h"
132 #include "scip/reader_ccg.h"
133 #include "scip/reader_cip.h"
134 #include "scip/reader_cnf.h"
135 #include "scip/reader_fix.h"
136 #include "scip/reader_fzn.h"
137 #include "scip/reader_gms.h"
138 #include "scip/reader_lp.h"
139 #include "scip/reader_mps.h"
140 #include "scip/reader_opb.h"
141 #include "scip/reader_osil.h"
142 #include "scip/reader_pip.h"
143 #include "scip/reader_ppm.h"
144 #include "scip/reader_pbm.h"
145 #include "scip/reader_rlp.h"
146 #include "scip/reader_sol.h"
147 #include "scip/reader_wbo.h"
148 #include "scip/reader_zpl.h"
149 #include "scip/sepa_cgmip.h"
150 #include "scip/sepa_clique.h"
151 #include "scip/sepa_closecuts.h"
152 #include "scip/sepa_cmir.h"
153 #include "scip/sepa_flowcover.h"
154 #include "scip/sepa_gomory.h"
155 #include "scip/sepa_impliedbounds.h"
156 #include "scip/sepa_intobj.h"
157 #include "scip/sepa_mcf.h"
158 #include "scip/sepa_oddcycle.h"
159 #include "scip/sepa_rapidlearning.h"
160 #include "scip/sepa_strongcg.h"
161 #include "scip/sepa_zerohalf.h"
162 #include "scip/scipshell.h"
163 
164 #include "nlpi/nlpi_ipopt.h"
165 
166 #ifdef __cplusplus
167 extern "C" {
168 #endif
169 
170 /** includes default SCIP plugins into SCIP */
171 extern
173  SCIP* scip /**< SCIP data structure */
174  );
175 
176 #ifdef __cplusplus
177 }
178 #endif
179 
180 #endif
presolver that converts integer variables with domain [a,a+1] to binaries
SCIP_RETCODE SCIPincludeDefaultPlugins(SCIP *scip)
constraint handler for disjunction constraints
reliable pseudo costs branching rule
Primal heuristic to improve incumbent solution by flipping pairs of variables.
LNS heuristic using a clique partition to restrict the search neighborhood.
RLP file reader (LP format with generic variables and row names)
NLP diving heuristic that chooses fixings w.r.t. the fractionalities.
primal heuristic that tries a given solution
Improvement heuristic that alters single variable values.
node selector for hybrid best estimate / best bound search
constraint handler for cumulative constraints
preroot heuristic that alternatingly fixes variables and propagates domains
Constraint handler for variable bound constraints .
LP rounding heuristic that tries to recover from intermediate infeasibilities and shifts continuous v...
CNF file reader.
Pseudo objective propagator.
LP rounding heuristic that tries to recover from intermediate infeasibilities.
reduced cost strengthening using root node reduced costs and the cutoff bound
random variable branching rule
constraint handler for indicator constraints
trivial primal heuristic
Undercover primal heuristic for MINLPs.
dominated column presolver
CIP file reader.
node selector for depth first search with periodical selection of the best node
enum SCIP_Retcode SCIP_RETCODE
Definition: type_retcode.h:53
LP diving heuristic that chooses fixings in direction of incumbent solutions.
default display columns
LP diving heuristic that chooses fixings w.r.t. the fractionalities.
OS instance language (OSiL) format file reader.
constraint handler for indicator constraints over arbitrary constraint types
least infeasible LP branching rule
Constraint handler for "and" constraints, .
flowcover separator
file writer for portable pixmap file format (PPM), open with common graphic viewer programs (e...
constraint handler for second order cone constraints
LP diving heuristic that chooses fixings w.r.t. the pseudo cost values.
Constraint handler for counting feasible solutions.
Constraint handler for the set partitioning / packing / covering constraints .
trivial presolver: round fractional bounds on integer variables, fix variables with equal bounds ...
file reader for variable bounds
LP diving heuristic that chooses fixings w.r.t. the matrix coefficients.
constraint handler for (partitioning/packing) orbitope constraints w.r.t. the full symmetric group ...
Constraint handler for "or" constraints, .
variable upper and lower bound propagator
Constraint handler for knapsack constraints of the form , x binary and .
LP diving heuristic that fixes variables with integral LP value.
primal heuristic that uses dualvalues for successive switching variable values
cloud branching rule
LNS heuristic that tries to combine several feasible solutions.
constraint handler for conjunction constraints
SCIP command line interface.
propagator using the LP reduced cost and the cutoff bound
closecuts meta separator
Constraint handler for logicor constraints (equivalent to set covering, but algorithms are suited fo...
ZIMPL model file reader.
Local branching heuristic according to Fischetti and Lodi.
LP diving heuristic that chooses fixings w.r.t. the active constraints the variable appear in...
constraint handler for quadratic constraints
LNS heuristic that tries to randomly mutate the incumbent solution.
file reader for polynomial mixed-integer programs in PIP format
complemented mixed integer rounding cuts separator (Marchand's version)
node selector for best estimate search
file writer for portable bitmap file format (PBM), open with common graphic viewer programs (e...
LNS heuristic that finds the optimal rounding to a given point.
struct Scip SCIP
Definition: type_scip.h:30
constraint handler for linking binary variables to an integer variable
Ipopt NLP interface.
full strong LP branching rule
LP diving heuristic that changes variables' objective values using root LP solution as guide...
pseudo costs branching rule
multi-commodity-flow network cut separator
WBO file reader (LP format with generic variables and row names)
file reader for variable fixings
Column connectivity graph file reader (actually, only a writer)
fix-and-infer primal heuristic
constraint handler for nonlinear constraints
LNS heuristic that combines the incumbent with the LP optimum.
optimization-based bound tightening propagator
implication graph presolver which checks for aggregations
Objective Feasibility Pump 2.0.
components presolver
LNS heuristic uses the variable lower and upper bounds to determine the search neighborhood.
Gomory MIR Cuts.
constraint handler for bivariate nonlinear constraints
Constraint handler for linear constraints in their most general form, .
Constraint handler for absolute power constraints .
integer objective value separator
ZI Round primal heuristic.
{0,1/2}-cuts separator
LP diving heuristic that fixes variables with a large difference to their root solution.
GAMS file reader and writer.
most infeasible LP branching rule
implied bounds separator
all variables full strong LP branching rule
Constraint handler for "xor" constraints, .
DINS primal heuristic.
dual inference presolver
LP file reader.
pseudo-Boolean file reader (opb format)
node selector for best first search
heuristic that tries to solve the problem without objective. In Gurobi, this heuristic is known as "H...
probing propagator
FlatZinc file reader.
file reader for primal solutions
NLP local search primal heuristic using sub-SCIPs.
Chvatal-Gomory cuts computed via a sub-MIP.
LP diving heuristic that rounds variables with long column vectors.
constraint handler for the integrality constraint
inference history branching rule
gateextraction presolver
constraint handler for SOS type 1 constraints
rapidlearning separator
Simple and fast LP rounding heuristic.
presolver that converts integer variables with domain [a,a+1] to binaries
Strong CG Cuts (Letchford & Lodi)
octane primal heuristic based on Balas, Ceria, Dawande, Margot, and Pataki
randomized LP rounding heuristic which also generates conflicts via an auxiliary probing tree ...
constraint handler for pseudoboolean constraints
constraint handler for SOS type 2 constraints
uct node selector which balances exploration and exploitation by considering node visits ...
clique separator
LP rounding heuristic that tries to recover from intermediate infeasibilities, shifts integer variabl...
constraint handler for bound disjunction constraints
LP diving heuristic that changes variable's objective value instead of bounds, using pseudo cost valu...
fixing roundable variables to best bound
oddcycle separator
node selector for depth first search
improvement heuristic which uses an auxiliary objective instead of the original objective function wh...
node selector for breadth-first search
SCIP callable library.
(extended) MPS file reader
generalized variable bounds propagator
presolver that converts integer variables with domain [a,b] to integer variables with domain [0...