Add types to InternalSolver

This commit is contained in:
2021-01-20 10:07:28 -06:00
parent 69a82172b9
commit 1971389a57
10 changed files with 267 additions and 174 deletions

View File

@@ -23,6 +23,6 @@ jobs:
python -m pip install -i https://pypi.gurobi.com gurobipy
pip install -r requirements.txt
- name: Test with pytest
- name: Test
run: |
pytest
make test