intervalarithext.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 30 * To allow this, the symbol SCIPInterval_NAMESPACE should be defined to the name of that namespace 32 * It is in the users responsibility to implement the corresponding symbols from nlpi/intervalarith.c. 96 if( SCIPintervalIsEmpty(SCIPInterval::infinity, *this) && !SCIPintervalIsEmpty(SCIPInterval::infinity, y) )
SCIPInterval & operator*=(const SCIPInterval &y) Definition: intervalarithext.h:142 bool operator!=(const SCIP_INTERVAL &y) const Definition: intervalarithext.h:106 SCIPInterval & operator=(const SCIP_INTERVAL &y) Definition: intervalarithext.h:169 void setBounds(SCIP_Real newinf, SCIP_Real newsup) Definition: intervalarithext.h:83 SCIPInterval operator-(const SCIPInterval &x, const SCIPInterval &y) Definition: intervalarithext.h:195 Definition: intervalarithext.h:42 SCIPInterval & operator=(const SCIP_Real &y) Definition: intervalarithext.h:160 SCIPInterval & operator-=(const SCIPInterval &y) Definition: intervalarithext.h:133 SCIPInterval & operator/=(const SCIPInterval &y) Definition: intervalarithext.h:151 SCIPInterval signpow(const SCIPInterval &x, const SCIP_Real p) Definition: intervalarithext.h:316 SCIPInterval(SCIP_Real infinum, SCIP_Real supremum) Definition: intervalarithext.h:66 SCIPInterval operator+(const SCIPInterval &x, const SCIPInterval &y) Definition: intervalarithext.h:181 SCIPInterval & operator+=(const SCIPInterval &y) Definition: intervalarithext.h:124 bool operator==(const SCIP_Real &y) const Definition: intervalarithext.h:114 #define SCIP_INTERVALARITH_UNDEFFUNC(function) Definition: intervalarithext.h:393 public methods for message output SCIPInterval operator*(const SCIPInterval &x, const SCIPInterval &y) Definition: intervalarithext.h:222 bool operator==(const SCIP_INTERVAL &y) const Definition: intervalarithext.h:92 SCIPInterval operator/(const SCIPInterval &x, const SCIPInterval &y) Definition: intervalarithext.h:236 |