Cbc 2.10.12
Loading...
Searching...
No Matches
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
10
11#ifndef CbcSolverExpandKnapsack_H
12#define CbcSolverExpandKnapsack_H
13
14#include "OsiClpSolverInterface.hpp"
15#include "CglStored.hpp"
16
17OsiSolverInterface *
18expandKnapsack(CoinModel &model, int *whichColumn, int *knapsackStart,
19 int *knapsackRow, int &numberKnapsack,
20 CglStored &stored, int logLevel,
21 int fixedPriority, int SOSPriority, CoinModel &tightenedModel);
22
23void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart,
24 const int *knapsackRow, int numberKnapsack,
25 const double *knapsackSolution, double *solution, int logLevel);
26
27#endif
28
29/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
30*/
void afterKnapsack(const CoinModel &coinModel2, const int *whichColumn, const int *knapsackStart, const int *knapsackRow, int numberKnapsack, const double *knapsackSolution, double *solution, int logLevel)
OsiSolverInterface * expandKnapsack(CoinModel &model, int *whichColumn, int *knapsackStart, int *knapsackRow, int &numberKnapsack, CglStored &stored, int logLevel, int fixedPriority, int SOSPriority, CoinModel &tightenedModel)