Home
last modified time | relevance | path

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

/dports/math/gravity/Gravity-da941e9/include/gravity/
H A Dconstraint.h68 this->_is_constraint = true; in Constraint()
189 this->_is_constraint = true; in deep_copy()
208 this->_is_constraint = true;
226 this->_is_constraint = true;
244 this->_is_constraint = true;
H A Dmodel.h964 if (f->_is_constraint) { in get_nb_nnz_h()
1612 _obj->_is_constraint = false; in replace()
2172 c->_is_constraint = false; in project()
2325 …if (((_objt==minimize || f._is_constraint) && f.is_convex()) || ((_objt==maximize || f._is_constra… in update_convexity()
4251 if (f->_is_constraint) { in fill_in_hess_nnz()
4328 if (f->_is_constraint) { in fill_in_hess()
4335 if (f->_is_constraint) { in fill_in_hess()
4466 if (f->_is_constraint) { in fill_in_hess()
4473 if (f->_is_constraint) { in fill_in_hess()
4518 if (f->_is_constraint) { in fill_in_hess()
[all …]
H A Dfunc.h58 bool _is_constraint = false; variable
3556 if(f._is_constraint) in deep_copy()
3557 _is_constraint = true; in deep_copy()
3711 if(f._is_constraint)
3712 _is_constraint = true;
3797 if(f._is_constraint)
3798 _is_constraint = true;
3935 if(f._is_constraint)
3936 _is_constraint = true;
3979 if(f._is_constraint)
[all …]
/dports/devel/py-pex/pex-1.2.7/pex/
H A Dresolvable.py43 return self._is_constraint
48 self._is_constraint = value