Dip  0.92.4
MAD_DecompDebug.h
Go to the documentation of this file.
1 //===========================================================================//
2 // This file is part of the Decomp Solver Framework. //
3 // //
4 // Decomp is distributed under the Common Public License as part of the //
5 // COIN-OR repository (http://www.coin-or.org). //
6 // //
7 // Authors: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
8 // Ted Ralphs, Lehigh University (ted@lehigh.edu) //
9 // Jiadong Wang, Lehigh University (jiw408@lehigh.edu) //
10 // //
11 // Copyright (C) 2002-2019, Lehigh University, Matthew Galati, and Ted Ralphs//
12 // All Rights Reserved. //
13 //===========================================================================//
14 
15 #ifndef MAD_DECOMPDEBUG_INCLUDED
16 #define MAD_DECOMPDEBUG_INCLUDED
17 
18 /*
19 Optimal solution to p0033
20  BLOCK 0: 2 5 6 7 8 9 10 11
21  BLOCK 1: 4 12 13 14
22  BORDER : 0 1 3
23  BORDER Size = 3
24 */
25 const double optPoint_p0033[15][2] = {
26  {0,0},
27  {0,0},
28  {1,0},
29  {0,0},
30  {0,1},
31  {1,0},
32  {1,0},
33  {1,0},
34  {1,0},
35  {1,0},
36  {1,0},
37  {1,0},
38  {0,1},
39  {0,1},
40  {0,1}
41 };
42 
43 #endif
const double optPoint_p0033[15][2]