//! Exact Hessian — port of `IpExactHessianUpdater.{hpp,cpp}`.
//! Pulls `eval_h` from the NLP at every iterate via
//! `IpoptCalculatedQuantities::curr_exact_hessian` and stashes the
//! result into `IpoptData::w`.
use crater#traitHessianUpdater;
use crateIpoptCqHandle;
use crateIpoptDataHandle;
;