MCPcopy Create free account
hub / github.com/cvanaret/Uno / has_jacobian_transposed_operator

Method has_jacobian_transposed_operator

interfaces/AMPL/AMPLModel.cpp:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 bool AMPLModel::has_jacobian_transposed_operator() const {
111 return false;
112 }
113
114 bool AMPLModel::has_hessian_operator() const {
115 // As long as we use the ASL library ("solvers"), we need to form the explicit Hessian

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected