Skip to content

Commit

Permalink
fix name not deifined
Browse files Browse the repository at this point in the history
  • Loading branch information
hlefebvr committed Nov 19, 2024
1 parent 0d09a3f commit d8bbe91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/branch-and-price/assignment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ using namespace idol;

template<class T>
bool is_HiGHS() {
std::string name = typeid(T).name();
return name.find("HiGHS") != std::string::npos;
}

Expand Down

0 comments on commit d8bbe91

Please sign in to comment.