Home
last modified time | relevance | path

Searched refs:n_x_fix_ (Results 1 – 3 of 3) sorted by relevance

/dports/math/ipopt/Ipopt-3.12.13/Ipopt/src/Interfaces/
H A DIpTNLPReducer.cpp32 n_x_fix_(n_x_fix), in TNLPReducer()
56 index_x_fix_ = new Index[n_x_fix_+1]; in TNLPReducer()
57 for (Index i=0; i<n_x_fix_; i++) { in TNLPReducer()
60 std::sort(index_x_fix_, index_x_fix_+n_x_fix_); in TNLPReducer()
61 index_x_fix_[n_x_fix_] = -1; in TNLPReducer()
94 for (Index i=0; i<n_x_fix_; i++) { in get_nlp_info()
158 if (n_x_fix_>0 || n_xL_skip_>0 || n_xU_skip_>0) { in get_bounds_info()
164 if (n_x_fix_>0) { in get_bounds_info()
H A DIpTNLPReducer.hpp172 Index n_x_fix_; member in Ipopt::TNLPReducer
/dports/math/gravity/Gravity-da941e9/thirdparty/Ipopt/include/coin-or/
H A DIpTNLPReducer.hpp265 Index n_x_fix_; member in Ipopt::TNLPReducer