Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
build
buildd
coinor-cbc-2.5.0
debian
tmp
usr
include
coin
CbcHeuristicRENS.hpp
Go to the documentation of this file.
1
// edwin 12/5/09 carved out of CbcHeuristicRINS
2
#ifndef CbcHeuristicRENS_H
3
#define CbcHeuristicRENS_H
4
5
#include "
CbcHeuristic.hpp
"
6
10
class
CbcHeuristicRENS
:
public
CbcHeuristic
{
11
public
:
12
13
// Default Constructor
14
CbcHeuristicRENS
();
15
16
/* Constructor with model - assumed before cuts
17
Initial version does not do Lps
18
*/
19
CbcHeuristicRENS
(
CbcModel
& model);
20
21
// Copy constructor
22
CbcHeuristicRENS
(
const
CbcHeuristicRENS
&);
23
24
// Destructor
25
~CbcHeuristicRENS
();
26
28
virtual
CbcHeuristic
*
clone
()
const
;
29
30
32
CbcHeuristicRENS
&
operator=
(
const
CbcHeuristicRENS
& rhs);
33
35
virtual
void
resetModel
(
CbcModel
* model);
36
38
virtual
void
setModel
(
CbcModel
* model);
39
40
using
CbcHeuristic::solution
;
46
virtual
int
solution
(
double
& objectiveValue,
47
double
* newSolution);
48
49
protected
:
50
// Data
52
int
numberTries_
;
53
};
54
55
#endif
56
Generated on Fri Jun 29 2012 06:31:52 by
1.8.1.1