#include "CouenneProblem.hpp"
#include "CouenneTypes.hpp"
#include "exprSum.hpp"
#include "exprMul.hpp"
#include "exprClone.hpp"
#include "exprGroup.hpp"
#include "asl.h"
#include "nlp.h"
#include "getstub.h"
#include "opcode.hd"
Include dependency graph for readnl.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 | |
bool | is_expr_zero (expr *e) |
#define OBJ_DE ((const ASL_fg *) asl) -> I.obj_de_ |
Definition at line 31 of file readnl.cpp.
#define VAR_E ((const ASL_fg *) asl) -> I.var_e_ |
Definition at line 32 of file readnl.cpp.
#define CON_DE ((const ASL_fg *) asl) -> I.con_de_ |
Definition at line 33 of file readnl.cpp.
#define OBJ_sense ((const ASL_fg *) asl) -> i.objtype_ |
Definition at line 34 of file readnl.cpp.
bool is_expr_zero | ( | expr * | e | ) | [inline] |