Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch Cplex errors and raise optlang.SolverError #96

Merged
merged 6 commits into from
Apr 6, 2017

Commits on Apr 6, 2017

  1. feat: add SolverError exception

    This introduces the unified optlang error that should be reraised anywhere that
    solver specific errors can occur. Third party code can then rely on catching the
    optlang error only.
    Midnighter committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    4cdcfa1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    044fb63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e611ab6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76dbf15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90397a6 View commit details
    Browse the repository at this point in the history
  6. chore: fix flake8 errors

    Midnighter committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    a59989b View commit details
    Browse the repository at this point in the history