Bcp
1.4.4
src
include
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
11
BCP_pack_warmstart
(
const
BCP_warmstart
* ws,
BCP_buffer
& buf);
12
13
BCP_warmstart
*
14
BCP_unpack_warmstart
(
BCP_buffer
& buf);
15
16
#endif
BCP_unpack_warmstart
BCP_warmstart * BCP_unpack_warmstart(BCP_buffer &buf)
BCP_pack_warmstart
void BCP_pack_warmstart(const BCP_warmstart *ws, BCP_buffer &buf)
BCP_warmstart
Warmstarting information for the LP solver.
Definition:
BCP_warmstart.hpp:24
BCP_buffer
This class describes the message buffer used for all processes of BCP.
Definition:
BCP_buffer.hpp:39
Generated by
1.8.18