#include "CouenneAmplInterface.hpp"#include "CoinPragma.hpp"#include <cstdlib>#include <string>#include "BonAmplTMINLP.hpp"#include "BonCbc.hpp"#include "CouenneProblem.hpp"#include "CouenneTypes.hpp"#include "exprClone.hpp"#include "exprGroup.hpp"#include "exprAbs.hpp"#include "exprSum.hpp"#include "exprSub.hpp"#include "exprMul.hpp"#include "exprDiv.hpp"#include "exprInv.hpp"#include "exprSin.hpp"#include "exprPow.hpp"#include "exprLog.hpp"#include "exprOpp.hpp"#include "exprCos.hpp"#include "exprExp.hpp"#include "asl.h"#include "nlp.h"#include "getstub.h"#include "opcode.hd"#include "r_opn.hd"Include dependency graph for CouenneAmplInterface.cpp:

Go to the source code of this file.
Defines | |
| #define | OBJ_DE ((const ASL_fg *) asl) -> I.obj_de_ |
| #define | VAR_E ((const ASL_fg *) asl) -> I.var_e_ |
| #define | CON_DE ((const ASL_fg *) asl) -> I.con_de_ |
| #define | OBJ_sense ((const ASL_fg *) asl) -> i.objtype_ |
Functions | |
| int | getOperator (efunc *) |
Variables | |
| static fint | timing = 0 |
| static keyword | keywds [] |
| static Option_Info | Oinfo |
| #define OBJ_DE ((const ASL_fg *) asl) -> I.obj_de_ |
Definition at line 56 of file CouenneAmplInterface.cpp.
Referenced by CouenneAmplInterface::readnl().
| #define VAR_E ((const ASL_fg *) asl) -> I.var_e_ |
Definition at line 57 of file CouenneAmplInterface.cpp.
Referenced by CouenneAmplInterface::readnl(), and OSnl2osil::walkTree().
| #define CON_DE ((const ASL_fg *) asl) -> I.con_de_ |
Definition at line 58 of file CouenneAmplInterface.cpp.
Referenced by CouenneAmplInterface::readnl().
| #define OBJ_sense ((const ASL_fg *) asl) -> i.objtype_ |
Definition at line 59 of file CouenneAmplInterface.cpp.
Referenced by CouenneAmplInterface::readnl().
| int getOperator | ( | efunc * | ) |
Definition at line 63 of file CouenneAmplInterface.cpp.
Referenced by BCP_vg_prob::process_message(), and BCP_cg_prob::process_message().
keyword keywds[] [static] |
Initial value:
{
KW(const_cast<char*>("timing"), L_val, &timing, const_cast<char*>("display timings for the run")),
}
Definition at line 66 of file CouenneAmplInterface.cpp.
Option_Info Oinfo [static] |
Initial value:
{ const_cast<char*>("testampl"), const_cast<char*>("ANALYSIS TEST"),
const_cast<char*>("concert_options"), keywds, nkeywds, 0, const_cast<char*>("ANALYSIS TEST") }
Definition at line 71 of file CouenneAmplInterface.cpp.
1.4.7