Skip to content

Commit

Permalink
header update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillis committed Jul 15, 2024
1 parent dd7d7ca commit dc33ebc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions madnlp/include/madnlp_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@ struct MadnlpCNumericOut {
const double* mul;
const double* mul_L;
const double* mul_U;
const double* primal_feas;
const double* dual_feas;
};

struct MadnlpCStats {
const madnlp_int* iter;
const madnlp_int iter;
const madnlp_int status;
const double dual_feas;
const double primal_feas;
};

MADNLP_SYMBOL_EXPORT struct MadnlpCSolver* madnlp_c_create(struct MadnlpCInterface* nlp_interface);
Expand All @@ -111,4 +112,4 @@ MADNLP_SYMBOL_EXPORT void madnlp_c_destroy(struct MadnlpCSolver*);
}
#endif

#endif // _MADNLP_C_H
#endif // _MADNLP_C_H

0 comments on commit dc33ebc

Please sign in to comment.