ruby-cbc 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 03dc702beca044d1c5b6e9b2319ad40e0b0933dd
4
- data.tar.gz: a50b241db4d74b0068005e5709461f6272b791aa
3
+ metadata.gz: 2de5ed8e62dc379bc8da7ae805eb03b316e615df
4
+ data.tar.gz: df00a0e1f03c468ad3d93b768fec26267c034e9b
5
5
  SHA512:
6
- metadata.gz: 4a774982b0538e3f9d80f1c2743279174fea6ba83f3ec30526eda0e5b7b66da38737b82299c861f69a88037153c52511903a394760d9a772a8ef6ae2ccebdb27
7
- data.tar.gz: 420fb9e01cd239819c0b224ec607959f2e59c59886175171424e8d46445866850a5ee1b003c6be0e3f8417a5796ec6641ab7b762b57c4fd9f16ac50bc89f39a0
6
+ metadata.gz: e5896e52aace5c6ee29c49feb554b69532ffe9b88f67d01ccac1901aed594759180e860658db31f50a9a840b51c8b34e3ae3ccf80f3576d0e0cba0c46e6c6de8
7
+ data.tar.gz: 8261b051167142baf52e6debe96058b783bb6e32e6784984509bc2cf0a81bc5276e28b96a1c588abe289cf35afc5ce66f82b2dc12c7f66ee6bad50e98c409ca1
@@ -37,7 +37,7 @@ module Cbc
37
37
  private
38
38
  # finds the first constraint from constraints that makes the problem infeasible
39
39
  def first_failing(conflict_set, constraints, nb_constraints, continuous: false)
40
- min_nb_constraints = 1
40
+ min_nb_constraints = 0
41
41
  max_nb_constraints = nb_constraints + 1
42
42
 
43
43
  loop do
@@ -1,3 +1,3 @@
1
1
  module Cbc
2
- VERSION = "0.3.6"
2
+ VERSION = "0.3.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-cbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Guillaume Verger
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-26 00:00:00.000000000 Z
11
+ date: 2016-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler