#include "CouenneTypes.hpp"
#include "exprMul.hpp"
#include "exprBMul.hpp"
#include "exprConst.hpp"
#include "exprPow.hpp"
#include "exprClone.hpp"
#include "CouenneProblem.hpp"
Include dependency graph for conv-exprMul.cpp:
Go to the source code of this file.
Functions | |
bool | areSameVariables (expression *v1, expression *v2) |
check if two arguments point to the same variable |
bool areSameVariables | ( | expression * | v1, | |
expression * | v2 | |||
) | [inline] |
check if two arguments point to the same variable
Definition at line 22 of file conv-exprMul.cpp.
Referenced by exprMul::standardize().