Refactor PrimalSolutionComponent

This commit is contained in:
2021-01-25 14:54:58 -06:00
parent f68cc5bd59
commit 3ab3bb3c1f
9 changed files with 501 additions and 233 deletions

View File

@@ -43,6 +43,6 @@ reformat:
test:
$(MYPY) -p miplearn
$(MYPY) -p tests
$(PYTEST) $(PYTEST_ARGS) tests/classifiers
$(PYTEST) $(PYTEST_ARGS)
.PHONY: test test-watch docs install