#include <cstdlib>
#include "CoinPragma.hpp"
#include "CoinError.hpp"
#include "CoinTime.hpp"
#include "CouenneUserInterface.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.
#define PRINTED_PRECISION 1e-5 |
bool parseCommandLine |
( |
int |
argc, |
|
|
char * |
argv[], |
|
|
Ipopt::SmartPtr< Ipopt::OptionsList > |
options |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |