Dip
0.92.4
src
old
UtilMacrosAlps.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
// Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
8
// //
9
// Copyright (C) 2002-2007, Lehigh University, Matthew Galati, and Ted Ralphs//
10
// All Rights Reserved. //
11
//===========================================================================//
12
13
#ifndef UtilMacrosAlps_h_
14
#define UtilMacrosAlps_h_
15
16
//===========================================================================//
17
#include "
Alps.h
"
18
19
//TODO: this is in BlisHelp, should perhaps be in a AlpsHelp level?
20
21
//===========================================================================//
22
class
AlpsEncoded
;
23
class
CoinWarmStartBasis
;
24
25
//===========================================================================//
27
int
UtilAlpsEncodeWarmStart
(
AlpsEncoded
* encoded,
28
const
CoinWarmStartBasis
* ws);
29
31
CoinWarmStartBasis
*
UtilAlpsDecodeWarmStart
(
AlpsEncoded
& encoded,
32
AlpsReturnStatus
* rc);
33
34
#endif
UtilAlpsDecodeWarmStart
CoinWarmStartBasis * UtilAlpsDecodeWarmStart(AlpsEncoded &encoded, AlpsReturnStatus *rc)
Unpack coin warm start from an encoded object.
UtilAlpsEncodeWarmStart
int UtilAlpsEncodeWarmStart(AlpsEncoded *encoded, const CoinWarmStartBasis *ws)
Pack coin warm start into an encoded object.
AlpsReturnStatus
AlpsReturnStatus
CoinWarmStartBasis
AlpsEncoded
Alps.h
Generated by
1.8.15