9 #ifndef __BONCURVATUREESTIMATOR_HPP__ 10 #define __BONCURVATUREESTIMATOR_HPP__ 11 #error "Not supported currently" 20 class TSymLinearSolver;
25 using namespace Ipopt;
56 bool ComputeNullSpaceCurvature(
132 Index* eq_x_free_map_;
137 Index* eq_g_fixed_map_;
147 Index* all_x_free_map_;
152 Index* all_g_fixed_map_;
191 std::vector<int> active_x_;
192 std::vector<int> active_g_;
199 bool PrepareNewMatrixStructure(
204 std::vector<int>& active_x,
205 std::vector<int>& active_g,
213 bool PrepareNewMatrixValues(
214 const Index* x_free_map,
215 const Index* g_fixed_map,
224 const Index* x_free_map,
225 const Index* g_fixed_map,
230 bool Compute_dTHLagd(
232 bool new_lambda,
Number& dTHLagd);
(C) Copyright International Business Machines Corporation 2007