Dip  0.92.4
sym_pack_cut.h
Go to the documentation of this file.
1 /*===========================================================================*/
2 /* */
3 /* This file is part of the SYMPHONY MILP Solver Framework. */
4 /* */
5 /* SYMPHONY was jointly developed by Ted Ralphs (ted@lehigh.edu) and */
6 /* Laci Ladanyi (ladanyi@us.ibm.com). */
7 /* */
8 /* (c) Copyright 2000-2019 Ted Ralphs. All Rights Reserved. */
9 /* */
10 /* This software is licensed under the Eclipse Public License. Please see */
11 /* accompanying file for terms. */
12 /* */
13 /*===========================================================================*/
14 
15 #ifndef _PACK_CUT_H
16 #define _PACK_CUT_H
17 
18 #include "sym_proto.h"
19 #include "sym_types.h"
20 
21 void pack_cut PROTO((cut_data *cut));
22 cut_data *unpack_cut PROTO((cut_data *cut));
23 
24 #endif
#define PROTO(x)
Definition: sym_proto.h:27