Skip to content

Commit

Permalink
Commented out the unused parameter x in AMPLModel::evaluate_lagrangia…
Browse files Browse the repository at this point in the history
…n_hessian()
  • Loading branch information
cvanaret committed Dec 5, 2024
1 parent 4d638e0 commit 51ba604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/AMPL/AMPLModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ namespace uno {
}
}

void AMPLModel::evaluate_lagrangian_hessian(const Vector<double>& x, double objective_multiplier, const Vector<double>& multipliers,
void AMPLModel::evaluate_lagrangian_hessian(const Vector<double>& /*x*/, double objective_multiplier, const Vector<double>& multipliers,
SymmetricMatrix<size_t, double>& hessian) const {
assert(hessian.capacity() >= this->number_asl_hessian_nonzeros);

Expand Down

0 comments on commit 51ba604

Please sign in to comment.