Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvanaret/Uno
/ ~AMPLModel
Method
~AMPLModel
interfaces/AMPL/AMPLModel.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
AMPLModel::~AMPLModel() {
99
ASL_free(&this->asl);
100
}
101
102
ProblemType AMPLModel::get_problem_type() const {
103
return this->problem_type;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected