Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
build
buildd
coinor-cbc-2.5.0
Cbc
src
CbcSolverExpandKnapsack.hpp
Go to the documentation of this file.
1
/* $Id: CbcSolverExpandKnapsack.hpp 1212 2009-08-21 16:19:13Z forrest $ */
2
// Copyright (C) 2007, International Business Machines
3
// Corporation and others. All Rights Reserved.
4
11
#ifndef CbcSolverExpandKnapsack_H
12
#define CbcSolverExpandKnapsack_H
13
14
OsiSolverInterface *
15
expandKnapsack
(CoinModel & model,
int
* whichColumn,
int
* knapsackStart,
16
int
* knapsackRow,
int
&numberKnapsack,
17
CglStored & stored,
int
logLevel,
18
int
fixedPriority,
int
SOSPriority, CoinModel & tightenedModel);
19
20
#endif
21
Generated on Fri Jun 29 2012 06:31:53 by
1.8.1.1