Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v90-bugfix'
Browse files Browse the repository at this point in the history
  • Loading branch information
scip-ci committed Jan 25, 2024
2 parents ec54ab6 + c25b457 commit 25bd450
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/scip/branch_gomory.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#include "scip/scip_numerics.h"
#include "scip/scip_lp.h"
#include "scip/scip_tree.h"
#include "scip_param.h"
#include "scip/scip_param.h"
#include "scip/branch_relpscost.h"
#include <string.h>
#include <assert.h>
Expand Down
1 change: 0 additions & 1 deletion src/scip/sepa_gomory.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
#include "scip/scip_tree.h"
#include "scip/scip_var.h"
#include "scip/sepa_gomory.h"
#include "struct_history.h"
#include <string.h>

#define SEPA_NAME "gomory"
Expand Down

0 comments on commit 25bd450

Please sign in to comment.