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

Method has_jacobian_operator

interfaces/AMPL/AMPLModel.cpp:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 }
105
106 bool AMPLModel::has_jacobian_operator() const {
107 return false;
108 }
109
110 bool AMPLModel::has_jacobian_transposed_operator() const {
111 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected