#include <cstdlib>#include "CoinPragma.hpp"#include "CoinError.hpp"#include "CoinTime.hpp"#include "CouenneUserInterface.hpp"#include "CouenneAmplInterface.hpp"#include "BonRegisteredOptions.hpp"#include "BonCbc.hpp"#include "BonCouenneSetup.hpp"#include "BonCouenneInterface.hpp"#include "CbcCutGenerator.hpp"#include "CouenneCutGenerator.hpp"#include "CouenneProblem.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | Ipopt |
| namespace | Bonmin |
(C) Copyright International Business Machines Corporation 2007 | |
Defines | |
| #define | PRINTED_PRECISION 1e-5 |
Functions | |
| bool | parseCommandLine (int argc, char *argv[], Ipopt::SmartPtr< Ipopt::OptionsList > options) |
| int | main (int argc, char *argv[]) |
Variables | |
| static const int | infeasible = 1 |
| #define PRINTED_PRECISION 1e-5 |
Definition at line 60 of file Couenne.cpp.
| bool parseCommandLine | ( | int | argc, | |
| char * | argv[], | |||
| Ipopt::SmartPtr< Ipopt::OptionsList > | options | |||
| ) |
Definition at line 66 of file Couenne.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 78 of file Couenne.cpp.
const int infeasible = 1 [static] |
Definition at line 64 of file Couenne.cpp.
1.6.1