Bcp 1.4.4
Loading...
Searching...
No Matches
BCP_node_change.hpp
Go to the documentation of this file.
1// Copyright (C) 2000, International Business Machines
2// Corporation and others. All Rights Reserved.
3#ifndef _BCP_NODE_H
4#define _BCP_NODE_H
5
6#include "CoinSmartPtr.hpp"
8#include "BCP_obj_change.hpp"
10
11//#############################################################################
12
13class BCP_warmstart;
14class BCP_buffer;
15class BCP_user_pack;
16
17//#############################################################################
18
36
37#endif
This class describes the message buffer used for all processes of BCP.
BCP_node_change(BCP_user_pack *packer, const bool def, BCP_buffer &buf)
BCP_obj_set_change var_change
BCP_obj_set_change cut_change
BCP_warmstart * warmstart
BCP_problem_core_change core_change
void pack(BCP_user_pack *packer, const bool def, BCP_buffer &buf) const
void unpack(BCP_user_pack *packer, const bool def, BCP_buffer &buf)
This class stores data about how an object set (set of vars or set of cuts) changes.
This class describes changes in the core of the problem.
Warmstarting information for the LP solver.