Skip to content

Commit

Permalink
add comment for documentation build
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed May 7, 2024
1 parent 99445c7 commit 9dd829c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lp_data/HighsCallbackStruct.h
@@ -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 9dd829c

Please sign in to comment.