Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Oct 28, 2024
1 parent d73fb91 commit fb74686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/branch-and-price/assignment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "idol/mixed-integer/optimizers/dantzig-wolfe/stabilization/Neame.h"
#include "idol/mixed-integer/optimizers/dantzig-wolfe/infeasibility-strategies/ArtificialCosts.h"
#include <idol/modeling.h>
#include <idol/problems/generalized-assignment-problem/GAP_Instance.h>
#include <idol/mixed-integer/problems/generalized-assignment-problem/GAP_Instance.h>
#include <idol/mixed-integer/optimizers/wrappers/GLPK/GLPK.h>
#include <idol/mixed-integer/optimizers/wrappers/Mosek/Mosek.h>
#include <idol/mixed-integer/optimizers/wrappers/Gurobi/Gurobi.h>
Expand Down

0 comments on commit fb74686

Please sign in to comment.