Home
last modified time | relevance | path

Searched refs:exprUnary (Results 1 – 16 of 16) sorted by relevance

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/
H A DexprUnary.cpp21 void exprUnary::print (std::ostream &out, in print()
33 int exprUnary::compare (exprUnary &e1) { in compare()
50 exprAux *exprUnary::standardize (CouenneProblem *p, bool addAux) { in standardize()
67 void exprUnary::replace (exprVar *x, exprVar *w) { in replace()
79 bool exprUnary::isInteger () { in isInteger()
104 expression *exprUnary:: simplify () { in simplify()
H A DCouenneExprUnary.hpp33 class exprUnary: public expression { class
47 exprUnary (expression *argument): in exprUnary() function in Couenne::exprUnary
56 virtual ~exprUnary () in ~exprUnary()
111 virtual int compare (exprUnary &);
H A Dexpression.cpp76 exprUnary *ne0 = dynamic_cast <exprUnary *> (const_cast <expression *> (this->Original())); in compare()
77 exprUnary *ne1 = dynamic_cast <exprUnary *> (const_cast <expression *> (e1.Original())); in compare()
H A DMakefile.am16 exprUnary.cpp \
H A DMakefile.in59 exprUnary.lo exprVar.lo exprAux.lo CouExpr.lo exprAbs.lo \
349 exprUnary.cpp \
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/exprUnary.Plo@am__quote@
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/operators/
H A DCouenneExprOpp.hpp27 class exprOpp: public exprUnary {
33 exprUnary (al) {} //< non-leaf expression, with argument list in exprOpp()
H A DCouenneExprLog.hpp21 class exprLog: public exprUnary {
27 exprUnary (al) {} // non-leaf expression, with argument list in exprLog()
H A DCouenneExprAbs.hpp23 class exprAbs: public exprUnary {
29 exprUnary (al) {} //< non-leaf expression, with argument list in exprAbs()
H A DCouenneExprExp.hpp22 class exprExp: public exprUnary {
28 exprUnary (al) {} //< non-leaf expression, with argument list in exprExp()
H A DCouenneExprFloor.hpp20 class exprFloor: public exprUnary {
26 exprUnary (arg) {} in exprFloor()
H A DCouenneExprCeil.hpp20 class exprCeil: public exprUnary {
26 exprUnary (arg) {} in exprCeil()
H A DCouenneExprInv.hpp35 class exprInv: public exprUnary {
41 exprUnary (al) {} //< non-leaf expression, with argument list in exprInv()
H A DCouenneExprCos.hpp20 class exprCos: public exprUnary {
26 exprUnary (al) {} in exprCos()
H A DCouenneExprSin.hpp47 class exprSin: public exprUnary {
53 exprUnary (al) {} //< non-leaf expression, with argument list in exprSin()
H A DexprOpp.cpp78 expression *subst = exprUnary::simplify (); // simplify what's inside first in simplify()
/dports/math/couenne/Couenne-releases-0.5.8/
H A D.gitattributes171 Couenne/src/expression/exprUnary.cpp -text