#include "CouenneProblem.hpp"#include "CoinHelperFunctions.hpp"#include "exprClone.hpp"#include "exprSum.hpp"#include "exprMul.hpp"#include "exprGroup.hpp"#include "exprQuad.hpp"#include "lqelems.hpp"Include dependency graph for splitAux.cpp:

Go to the source code of this file.
Functions | |
| void | elementBreak (expression *, int &, CouNumber &) |
| given an element of a sum, check if it is a variable (possibly with a coefficient) and return its index (and the coefficient) if it has not been spotted as an auxiliary | |
| void elementBreak | ( | expression * | , | |
| int & | , | |||
| CouNumber & | ||||
| ) |
given an element of a sum, check if it is a variable (possibly with a coefficient) and return its index (and the coefficient) if it has not been spotted as an auxiliary
Definition at line 17 of file elementBreak.cpp.
References COU_EXPRCONST, COU_EXPRDIV, COU_EXPRMUL, COU_EXPROPP, COU_EXPRVAR, COUENNE_EPS, and LINEAR.
Referenced by CouenneProblem::splitAux().
1.4.7