coin-Bcp
BCP_functions.hpp
Go to the documentation of this file.
1 // Copyright (C) 2000, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 
4 #ifndef _BCP_FUNCTIONS_H_
5 #define _BCP_FUNCTIONS_H_
6 
7 class BCP_warmstart;
8 class BCP_buffer;
9 
10 void
12 
15 
16 #endif
void BCP_pack_warmstart(const BCP_warmstart *ws, BCP_buffer &buf)
Warmstarting information for the LP solver.
This class describes the message buffer used for all processes of BCP.
Definition: BCP_buffer.hpp:39
BCP_warmstart * BCP_unpack_warmstart(BCP_buffer &buf)