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

Change Module Loading Procedure #91

Merged
merged 4 commits into from
Mar 31, 2017
Merged

Change Module Loading Procedure #91

merged 4 commits into from
Mar 31, 2017

Commits on Mar 30, 2017

  1. Change Module Loading Procedure

    This fixes the easier part of Issue #90 where if any module fails to load, optlang itself cannot load. Basically, default to the best solver that loads. If any don't, move on.
    
    This should be fully backwards compatibile
    long-m-r authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    b5d87f7 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    Put spaces around = to make thing happy
    long-m-r authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    bfce63e View commit details
    Browse the repository at this point in the history
  3. Added log error reporting

    Now with log error reporting
    long-m-r authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d6a7e22 View commit details
    Browse the repository at this point in the history
  4. Suggested Changes

    long-m-r authored Mar 30, 2017
    Configuration menu
    Copy the full SHA
    bf1fc05 View commit details
    Browse the repository at this point in the history