Home
last modified time | relevance | path

Searched refs:constTypes_ (Results 1 – 4 of 4) sorted by relevance

/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/interfaces/
H A DCouenneMINLPInterface.cpp368 constTypes_(NULL),
521 constTypes_(NULL),
614 if(constTypes_ != NULL) {
615 delete [] constTypes_;
616 constTypes_ = NULL;
618 if(rhs.constTypes_ != NULL) {
620 CoinCopyN(rhs.constTypes_, getNumRows(), constTypes_);
721 delete [] constTypes_;
1648 if(constTypes_ != NULL) delete [] constTypes_;
1655 if(constTypes_[i]==TNLP::NON_LINEAR) {
[all …]
H A DCouenneMINLPInterface.hpp1237 Ipopt::TNLP::LinearityType * constTypes_;
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Interfaces/
H A DBonOsiTMINLPInterface.cpp413 constTypes_(NULL), in OsiTMINLPInterface()
576 constTypes_(NULL), in OsiTMINLPInterface()
665 if(constTypes_ != NULL) { in operator =()
666 delete [] constTypes_; in operator =()
667 constTypes_ = NULL; in operator =()
669 if(rhs.constTypes_ != NULL) { in operator =()
671 CoinCopyN(rhs.constTypes_, getNumRows(), constTypes_); in operator =()
781 delete [] constTypes_; in ~OsiTMINLPInterface()
1822 if(constTypes_ != NULL) delete [] constTypes_; in initializeJacobianArrays()
1829 if(constTypes_[i]==TNLP::NON_LINEAR) { in initializeJacobianArrays()
[all …]
H A DBonOsiTMINLPInterface.hpp1267 Ipopt::TNLP::LinearityType * constTypes_; member in Bonmin::OsiTMINLPInterface