Dip  0.92.4
spp_cg_params.h
Go to the documentation of this file.
1 /*===========================================================================*/
2 /* */
3 /* This file is part of a demonstration application for use with the */
4 /* SYMPHONY Branch, Cut, and Price Library. This application is a solver for */
5 /* the Set Partitioning Problem. */
6 /* */
7 /* (c) Copyright 2005-2013 Marta Eso and Ted Ralphs. All Rights Reserved. */
8 /* */
9 /* This application was originally developed by Marta Eso and was modified */
10 /* Ted Ralphs (ted@lehigh.edu) */
11 /* */
12 /* This software is licensed under the Eclipse Public License. Please see */
13 /* accompanying file for terms. */
14 /* */
15 /*===========================================================================*/
16 
17 #ifndef _SPP_CG_PARAMS_H
18 #define _SPP_CG_PARAMS_H
19 
20 typedef struct SPP_CG_PARAMS{
27 
28  int starcl_degree_threshold; /* star cls below this are enumerated */
30  int rowcl_degree_threshold; /* same for row cliques */
31  int max_hub_num; /* max num of hubs when lifting odd holes */
32  int eval_oh_during_lifting; /* T/F eval oh after every lifted hub */
34 
35 #endif
double min_violation_orthocut
Definition: spp_cg_params.h:25
int eval_oh_during_lifting
Definition: spp_cg_params.h:32
double min_violation_wheel
Definition: spp_cg_params.h:24
double min_violation_othercut
Definition: spp_cg_params.h:26
struct SPP_CG_PARAMS spp_cg_params
double min_violation_oddhole
Definition: spp_cg_params.h:22
double min_violation_clique
Definition: spp_cg_params.h:21
int starcl_degree_threshold
Definition: spp_cg_params.h:28
double min_violation_oddantihole
Definition: spp_cg_params.h:23
int rowcl_degree_threshold
Definition: spp_cg_params.h:30