This file defines the Couenne Solver class. More...
#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.
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 |
This file defines the Couenne Solver class.
Read an OSInstance object and convert in Ipopt data structures
Definition in file CouenneSolver.cpp.
#define PRINTED_PRECISION 1e-5 |
Definition at line 43 of file CouenneSolver.cpp.
bool parseCommandLine | ( | int | argc, | |
char * | argv[], | |||
Ipopt::SmartPtr< Ipopt::OptionsList > | options | |||
) |
Definition at line 49 of file CouenneSolver.cpp.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 61 of file CouenneSolver.cpp.
const int infeasible = 1 [static] |
Definition at line 47 of file CouenneSolver.cpp.