Cbc 2.10.8
CbcBranchActual.hpp
Go to the documentation of this file.
1/* $Id$ */
2// Copyright (C) 2002, 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
6#ifndef CbcBranchActual_H
7#define CbcBranchActual_H
8
9#include "CbcBranchBase.hpp"
10#include "CoinPackedMatrix.hpp"
11#include "CbcClique.hpp"
12#include "CbcSOS.hpp"
13#include "CbcSimpleInteger.hpp"
14#include "CbcNWay.hpp"
17#include "CbcFollowOn.hpp"
18#include "CbcFixVariable.hpp"
20#include "CbcGeneral.hpp"
21#include "CbcGeneralDepth.hpp"
22#include "CbcSubProblem.hpp"
23#endif
24
25/* vi: softtabstop=2 shiftwidth=2 expandtab tabstop=2
26*/