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

Method initial_dual_point

interfaces/AMPL/AMPLModel.cpp:285–288  ·  view source on GitHub ↗

initial dual point

Source from the content-addressed store, hash-verified

283
284 // initial dual point
285 void AMPLModel::initial_dual_point(Vector<double>& multipliers) const {
286 assert(multipliers.size() >= this->number_constraints);
287 std::copy_n(this->asl->i.pi0_, this->number_constraints, multipliers.begin());
288 }
289
290 void AMPLModel::postprocess_solution(Iterate& /*iterate*/) const {
291 // do nothing

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected