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