Scippy

SCIP

Solving Constraint Integer Programs

dialog_default.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-2019 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 visit scip.zib.de. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15 
16 /**@file dialog_default.h
17  * @ingroup DIALOGS
18  * @brief default user interface dialog
19  * @author Tobias Achterberg
20  */
21 
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
23 
24 #ifndef __SCIP_DIALOG_DEFAULT_H__
25 #define __SCIP_DIALOG_DEFAULT_H__
26 
27 #include "scip/def.h"
28 #include "scip/type_dialog.h"
29 #include "scip/type_retcode.h"
30 #include "scip/type_scip.h"
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 
36 
37 /**@addtogroup DIALOGS
38  *
39  * @{
40  */
41 
42 /** standard menu dialog execution method, that displays it's help screen if the remaining command line is empty */
44 SCIP_DECL_DIALOGEXEC(SCIPdialogExecMenu);
45 
46 /** standard menu dialog execution method, that doesn't display it's help screen */
48 SCIP_DECL_DIALOGEXEC(SCIPdialogExecMenuLazy);
49 
50 /** dialog execution method for the change add constraint */
52 SCIP_DECL_DIALOGEXEC(SCIPdialogExecChangeAddCons);
53 
54 /** dialog execution method for the change bounds command */
56 SCIP_DECL_DIALOGEXEC(SCIPdialogExecChangeBounds);
57 
58 /** dialog execution method for the freetransproblem command */
60 SCIP_DECL_DIALOGEXEC(SCIPdialogExecChangeFreetransproblem);
61 
62 /** dialog execution method for the changing the objective sense */
64 SCIP_DECL_DIALOGEXEC(SCIPdialogExecChangeObjSense);
65 
66 /** dialog execution method for the checksol command */
68 SCIP_DECL_DIALOGEXEC(SCIPdialogExecChecksol);
69 
70 /** dialog execution method for the cliquegraph command */
72 SCIP_DECL_DIALOGEXEC(SCIPdialogExecCliquegraph);
73 
74 /** dialog execution method for the display benders command */
76 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayBenders);
77 
78 /** dialog execution method for the display branching command */
80 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayBranching);
81 
82 /** dialog execution method for the display compression command */
84 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayCompression);
85 
86 /** dialog execution method for the display conflict command */
88 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayConflict);
89 
90 /** dialog execution method for the display conshdlrs command */
92 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayConshdlrs);
93 
94 /** dialog execution method for the display displaycols command */
96 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayDisplaycols);
97 
98 /** dialog execution method for the display heuristics command */
100 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayHeuristics);
101 
102 /** dialog execution method for the display memory command */
104 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayMemory);
105 
106 /** dialog execution method for the display nodeselectors command */
108 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayNodeselectors);
109 
110 /** dialog execution method for the display nlpi command */
112 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayNlpi);
113 
114 /** dialog execution method for the display parameters command */
116 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayParameters);
117 
118 /** dialog execution method for the display presolvers command */
120 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayPresolvers);
121 
122 /** dialog execution method for the display pricer command */
124 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayPricers);
125 
126 /** dialog execution method for the display problem command */
128 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayProblem);
129 
130 /** dialog execution method for the display propagators command */
132 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayPropagators);
133 
134 /** dialog execution method for the display readers command */
136 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayReaders);
137 
138 /** dialog execution method for the display relaxators command */
140 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayRelaxators);
141 
142 /** dialog execution method for the display separators command */
144 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplaySeparators);
145 
146 /** dialog execution method for the display solution command */
148 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplaySolution);
149 
150 /** dialog execution method for the display finitesolution command */
152 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayFiniteSolution);
153 
154 /** dialog execution method for the display dual solution command */
156 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayDualSolution);
157 
158 /** dialog execution method for the display of solutions in the pool command */
160 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplaySolutionPool);
161 
162 /** dialog execution method for the display subproblem command */
164 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplaySubproblem);
165 
166 /** dialog execution method for the display subsolution command */
168 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplaySubSolution);
169 
170 /** dialog execution method for the display statistics command */
172 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayStatistics);
173 
174 /** dialog execution method for the display reoptstatistics command */
176 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayReoptStatistics);
177 
178 /** dialog execution method for the display transproblem command */
180 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayTransproblem);
181 
182 /** dialog execution method for the display value command */
184 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayValue);
185 
186 /** dialog execution method for the display varbranchstatistics command */
188 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayVarbranchstatistics);
189 
190 /** dialog execution method for the display LP solution quality command */
191 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayLPSolutionQuality);
192 
193 /** dialog execution method for the display transsolution command */
195 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayTranssolution);
196 
197 /** dialog execution method for the help command */
199 SCIP_DECL_DIALOGEXEC(SCIPdialogExecHelp);
200 
201 /** dialog execution method for the free command */
203 SCIP_DECL_DIALOGEXEC(SCIPdialogExecFree);
204 
205 /** dialog execution method for the newstart command */
207 SCIP_DECL_DIALOGEXEC(SCIPdialogExecNewstart);
208 
209 /** dialog execution method for the transform command */
211 SCIP_DECL_DIALOGEXEC(SCIPdialogExecTransform);
212 
213 /** dialog execution method for the optimize command */
215 SCIP_DECL_DIALOGEXEC(SCIPdialogExecOptimize);
216 
217 /** dialog execution method for the parallelopt command */
219 SCIP_DECL_DIALOGEXEC(SCIPdialogExecConcurrentOpt);
220 
221 /** dialog execution method for the presolve command */
223 SCIP_DECL_DIALOGEXEC(SCIPdialogExecPresolve);
224 
225 /** dialog execution method for the quit command */
227 SCIP_DECL_DIALOGEXEC(SCIPdialogExecQuit);
228 
229 /** dialog execution method for the read command */
231 SCIP_DECL_DIALOGEXEC(SCIPdialogExecRead);
232 
233 /** dialog execution method for the set default command */
235 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetDefault);
236 
237 /** dialog execution method for the set load command */
239 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetLoad);
240 
241 /** dialog execution method for the set save command */
243 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetSave);
244 
245 /** dialog execution method for the set diffsave command */
247 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetDiffsave);
248 
249 /** dialog execution method for the set parameter command */
251 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetParam);
252 
253 /** dialog description method for the set parameter command */
255 SCIP_DECL_DIALOGDESC(SCIPdialogDescSetParam);
256 
257 /** dialog execution method for the fix parameter command */
259 SCIP_DECL_DIALOGEXEC(SCIPdialogExecFixParam);
260 
261 /** dialog description method for the fix parameter command */
263 SCIP_DECL_DIALOGDESC(SCIPdialogDescFixParam);
264 
265 /** dialog execution method for the set branching direction command */
267 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetBranchingDirection);
268 
269 /** dialog execution method for the set branching priority command */
271 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetBranchingPriority);
272 
273 /** dialog execution method for the set heuristics aggressive command */
275 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetHeuristicsAggressive);
276 
277 /** dialog execution method for the set heuristics default command */
279 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetHeuristicsDefault);
280 
281 /** dialog execution method for the set heuristics fast command */
283 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetHeuristicsFast);
284 
285 /** dialog execution method for the set heuristics off command */
287 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetHeuristicsOff);
288 
289 /** dialog execution method for the set presolving aggressive command */
291 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetPresolvingAggressive);
292 
293 /** dialog execution method for the set presolving default command */
295 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetPresolvingDefault);
296 
297 /** dialog execution method for the set presolving fast command */
299 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetPresolvingFast);
300 
301 /** dialog execution method for the set presolving off command */
303 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetPresolvingOff);
304 
305 /** dialog execution method for the set separating aggressive command */
307 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetSeparatingAggressive);
308 
309 /** dialog execution method for the set separating default command */
311 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetSeparatingDefault);
312 
313 /** dialog execution method for the set separating fast command */
315 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetSeparatingFast);
316 
317 /** dialog execution method for the set separating off command */
319 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetSeparatingOff);
320 
321 /** dialog execution method for the set emphasis counter command */
323 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisCounter);
324 
325 /** dialog execution method for the set emphasis cpsolver command */
327 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisCpsolver);
328 
329 /** dialog execution method for the set emphasis easy CIP command */
331 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisEasycip);
332 
333 /** dialog execution method for the set emphasis feasibility command */
335 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisFeasibility);
336 
337 /** dialog execution method for the set emphasis hard LP command */
339 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisHardlp);
340 
341 /** dialog execution method for the set emphasis optimality command */
343 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetEmphasisOptimality);
344 
345 /** dialog execution method for the set limits objective command */
347 SCIP_DECL_DIALOGEXEC(SCIPdialogExecSetLimitsObjective);
348 
349 /** dialog execution method for linear constraint type classification */
351 SCIP_DECL_DIALOGEXEC(SCIPdialogExecDisplayLinearConsClassification);
352 
353 /** creates a root dialog */
356  SCIP* scip, /**< SCIP data structure */
357  SCIP_DIALOG** root /**< pointer to store the root dialog */
358  );
359 
360 /* @} */
361 
362 /**@addtogroup DialogIncludes
363  *
364  * @{
365  */
366 
367 /** includes or updates the default dialog menus in SCIP */
370  SCIP* scip /**< SCIP data structure */
371  );
372 
373 /** includes or updates the "set" menu for each available parameter setting */
376  SCIP* scip /**< SCIP data structure */
377  );
378 
379 /** includes or updates the "fix" menu for each available parameter setting */
382  SCIP* scip /**< SCIP data structure */
383  );
384 
385 /* @} */
386 
387 #ifdef __cplusplus
388 }
389 #endif
390 
391 #endif
SCIP_EXPORT SCIP_RETCODE SCIPcreateRootDialog(SCIP *scip, SCIP_DIALOG **root)
#define SCIP_EXPORT
Definition: def.h:98
enum SCIP_Retcode SCIP_RETCODE
Definition: type_retcode.h:53
type definitions for return codes for SCIP methods
type definitions for SCIP&#39;s main datastructure
SCIP_EXPORT SCIP_DECL_DIALOGEXEC(SCIPdialogExecMenu)
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefaultFix(SCIP *scip)
type definitions for user interface dialog
SCIP_EXPORT SCIP_DECL_DIALOGDESC(SCIPdialogDescSetParam)
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefault(SCIP *scip)
common defines and data types used in all packages of SCIP
SCIP_EXPORT SCIP_RETCODE SCIPincludeDialogDefaultSet(SCIP *scip)