Dip-All
0.91.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
coin
svn-release
Dip-0.91.6
Dip
src
UtilMacrosAlps.h
Go to the documentation of this file.
1
//===========================================================================//
2
// This file is part of the DIP Solver Framework. //
3
// //
4
// DIP is distributed under the Eclipse 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
// Conceptual Design: Matthew Galati, SAS Institute Inc. //
10
// Ted Ralphs, Lehigh University //
11
// //
12
// Copyright (C) 2002-2015, Lehigh University, Matthew Galati, Ted Ralphs //
13
// All Rights Reserved. //
14
//===========================================================================//
15
16
#ifndef UtilMacrosAlps_h_
17
#define UtilMacrosAlps_h_
18
19
//===========================================================================//
20
#include "
Alps.h
"
21
22
//TODO: this is in BlisHelp, should perhaps be in a AlpsHelp level?
23
24
//===========================================================================//
25
class
AlpsEncoded
;
26
class
CoinWarmStartBasis
;
27
28
//===========================================================================//
30
int
UtilAlpsEncodeWarmStart
(
AlpsEncoded
* encoded,
31
const
CoinWarmStartBasis
* ws);
32
34
CoinWarmStartBasis
*
UtilAlpsDecodeWarmStart
(
AlpsEncoded
& encoded,
35
AlpsReturnStatus
* rc);
36
37
#endif
AlpsReturnStatus
AlpsReturnStatus
Definition:
Alps.h:118
AlpsEncoded
This data structure is to contain the packed form of an encodable knowledge.
Definition:
AlpsEncoded.h:25
Alps.h
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.
CoinWarmStartBasis
The default COIN simplex (basis-oriented) warm start class.
Definition:
CoinWarmStartBasis.hpp:40
Generated by
1.8.5