| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected