We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b1068b + fe506f8 commit 48b48d6Copy full SHA for 48b48d6
highs/lp_data/HighsCallbackStruct.h
@@ -21,7 +21,7 @@ extern "C" {
21
* Struct to handle callback output data
22
*
23
*/
24
-typedef struct {
+typedef struct HighsCallbackDataOut {
25
void* cbdata; // cast of HighsCallbackOutput
26
int log_type; // cast of HighsLogType
27
double running_time;
@@ -50,7 +50,7 @@ typedef struct {
50
// Some external packages (e.g., jump) currently assume that the first 2 fields
51
// of this struct are interrupt and solution. Rearranging the struct may be a
52
// breaking change.
53
+typedef struct HighsCallbackDataIn {
54
int user_interrupt;
55
double* user_solution;
56
void* cbdata; // cast of HighsCallbackInput (for internal use)
0 commit comments