Cbc  2.10.8
CbcSolverExpandKnapsack.hpp
Go to the documentation of this file.
1 /* $Id$ */
2 // Copyright (C) 2007, International Business Machines
3 // Corporation and others. All Rights Reserved.
4 // This code is licensed under the terms of the Eclipse Public License (EPL).
5 
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 void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart,
21  const int *knapsackRow, int numberKnapsack,
22  const double *knapsackSolution, double *solution, int logLevel);
23 
24 #endif
25 
26 /* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
27 */
OsiSolverInterface * expandKnapsack(CoinModel &model, int *whichColumn, int *knapsackStart, int *knapsackRow, int &numberKnapsack, CglStored &stored, int logLevel, int fixedPriority, int SOSPriority, CoinModel &tightenedModel)
void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart, const int *knapsackRow, int numberKnapsack, const double *knapsackSolution, double *solution, int logLevel)