MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / addObjectiveFunction

Method addObjectiveFunction

SRC/optimization/domain/OptimizationDomain.cpp:97–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95
96
97bool
98OptimizationDomain::addObjectiveFunction(ObjectiveFunction *theObjectiveFunction)
99{
100 bool result = theObjectiveFunctionsPtr->addComponent((TaggedObject *)theObjectiveFunction);
101 return result;
102}
103
104
105

Calls 1

addComponentMethod · 0.45

Tested by

no test coverage detected