-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add event callback to solver backend to monitor progress (#56)
* feat: add event callback * lint * add some data * simplify code * working for gurobi * remove std::visit * fix windows * add test and typing
- Loading branch information
1 parent
c6d58ca
commit a7d1f60
Showing
12 changed files
with
512 additions
and
225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,6 @@ clean: | |
rm -rf build dist | ||
rm -rf ilpy/*.cpp | ||
rm -rf ilpy/*.so | ||
|
||
build: | ||
python setup.py build_ext --inplace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.