Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
opt
build
coinor-cbc
coinor-cbc-2.5.0
Cbc
src
CbcHeuristicDiveCoefficient.hpp
Go to the documentation of this file.
1
/* $Id: CbcHeuristicDiveCoefficient.hpp 1173 2009-06-04 09:44:10Z forrest $ */
2
// Copyright (C) 2008, International Business Machines
3
// Corporation and others. All Rights Reserved.
4
#ifndef CbcHeuristicDiveCoefficient_H
5
#define CbcHeuristicDiveCoefficient_H
6
7
#include "
CbcHeuristicDive.hpp
"
8
12
class
CbcHeuristicDiveCoefficient
:
public
CbcHeuristicDive
{
13
public
:
14
15
// Default Constructor
16
CbcHeuristicDiveCoefficient
();
17
18
// Constructor with model - assumed before cuts
19
CbcHeuristicDiveCoefficient
(
CbcModel
& model);
20
21
// Copy constructor
22
CbcHeuristicDiveCoefficient
(
const
CbcHeuristicDiveCoefficient
&);
23
24
// Destructor
25
~CbcHeuristicDiveCoefficient
();
26
28
virtual
CbcHeuristicDiveCoefficient
*
clone
()
const
;
29
31
CbcHeuristicDiveCoefficient
&
operator=
(
const
CbcHeuristicDiveCoefficient
& rhs);
32
34
virtual
void
generateCpp
( FILE * fp) ;
35
37
42
virtual
bool
selectVariableToBranch
(OsiSolverInterface* solver,
43
const
double
* newSolution,
44
int
& bestColumn,
45
int
& bestRound);
46
47
};
48
49
#endif
50
Generated on Tue Mar 1 2016 22:38:12 by
1.8.4