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

Various bug fixes #126

Merged
merged 17 commits into from
Aug 21, 2017
Merged

Various bug fixes #126

merged 17 commits into from
Aug 21, 2017

Commits on Aug 7, 2017

  1. Use real functions for gurobi tolerances (#124)

    Avoid lambda functions, which can't be pickled
    cdiener authored and KristianJensen committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    8c2c88b View commit details
    Browse the repository at this point in the history
  2. Don't trigger update in _get_expression with gurobi (#121)

    Avoid an infinite recursion
    cdiener authored and KristianJensen committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    f74c447 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44bdb7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    935fb9c View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Configuration menu
    Copy the full SHA
    1172bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    91d93f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0ff077 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    297d230 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Configuration menu
    Copy the full SHA
    9c28a5e View commit details
    Browse the repository at this point in the history
  2. fix: flake8

    KristianJensen committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    a3fbbea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6db0f35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b7d44d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. fix: comment out glpk model __del__ method

    Objects with a __del__ method prevents the gc from resolving cyclic
    references. All references to an optlang model in variables,
    constraints and objectives should be weakrefs instead.
    KristianJensen committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    7e9b5bc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2017

  1. Configuration menu
    Copy the full SHA
    846e546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    372307e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b59c7f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    992acde View commit details
    Browse the repository at this point in the history