Ruben

Results 2 issues of Ruben

The simple example results in a 404 error: ```python api = GhApi(owner='owner', repo='repo', token='') pulls = api.pulls.list() ``` but with curl it works (from GitHub docs): ```sh curl \ -H...

**Description** I expected if I set an optimal solution the LP would be solved without iterations, but it seems to ignore the supplied solution. In the script I do the...

code-quality
bug