Skip to content

Commit

Permalink
Merge pull request ERGO-Code#1752 from ERGO-Code/docs-callback
Browse files Browse the repository at this point in the history
Documentation: callback data structure comment
  • Loading branch information
galabovaa authored May 7, 2024
2 parents 99445c7 + 9dd829c commit 0bd3176
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lp_data/HighsCallbackStruct.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the HiGHS linear optimization suite */
/* */
Expand All @@ -20,6 +19,10 @@
extern "C" {
#endif

/**
* Struct to handle callback output data
*
*/
typedef struct {
int log_type; // cast of HighsLogType
double running_time;
Expand Down

0 comments on commit 0bd3176

Please sign in to comment.