File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22# Copyright S.A.Mitchell (
[email protected] ), 2007-
33# Copyright F.Peschiera (
[email protected] ), 2019-
44# See the LICENSE file for copyright information.
5+ 2.3.1 2020-10-22
6+ change naming of solver utility functions to camelcase.
7+ fixed gurobi license detection.
8+ fixed scip options and added timeLimit argument
9+ changed docs.
5102.3 2020-08-04
611 Added plugin page in docs
712 Standardize arguments of solvers to appear in docs
Original file line number Diff line number Diff line change 2727This file contains the constant definitions for PuLP
2828Note that hopefully these will be changed into something more pythonic
2929"""
30- VERSION = '2.3'
30+ VERSION = '2.3.1 '
3131EPS = 1e-7
3232
3333# variable categories
You can’t perform that action at this time.
0 commit comments