Skip to content
Snippets Groups Projects
Commit b540478c authored by Jonathan Youett's avatar Jonathan Youett
Browse files

Accidentally removed a line when I was merging the classes...

parent f2e194e7
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,9 @@ bool QuadraticIPOptProblem<MatrixType,VectorType>::
get_nlp_info(Ipopt::Index& n, Ipopt::Index& m, Ipopt::Index& nnz_jac_g,
Ipopt::Index& nnz_h_lag, Ipopt::TNLP::IndexStyleEnum& index_style)
{
// use the C style indexing (0-based)
index_style = Ipopt::TNLP::C_STYLE;
// Number of variables
n = x_->dim();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment