Skip to content

Commit

Permalink
rm wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Dec 15, 2024
1 parent 48ea9b8 commit 0544147
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31,385 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ilpy/wrapper.cpp
src/ilpy/wrapper.cpp
*.so
*.dylib
*.dll
Expand Down
2 changes: 1 addition & 1 deletion src/ilpy/impl/solvers/SolverFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ SolverFactory::createSolverBackend(const std::string &directory,
throw std::runtime_error(
"No suitable solver backend available for preference " +
preferenceToString(preference));
}
}
Loading

0 comments on commit 0544147

Please sign in to comment.