dep_selector 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40e88263192bcf36e14a6341c2ef7d4a46b0f2fb
|
|
4
|
+
data.tar.gz: b3368a99542a3606cae08cd09a1be2f480c541d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc2b5f6822caf0b6e152d4e861642f211f2576c9022f3985b7f86720190a983e0ab76d99ab24ba86e6c0266ac70748113043035ce65dfbcedafe2cedafae709a
|
|
7
|
+
data.tar.gz: b095a183d3db50ca1e7da4df04d9be6531d56ae484c76162525494f6f04dc694b10fe7d1aa1ef75d84a3f85ddada966cdb23b081e52d2d7237f84666688affe9
|
|
@@ -843,7 +843,9 @@ int VersionProblem::Solve(VersionProblem * problem, VersionProblem ** solution)
|
|
|
843
843
|
DEBUG_STREAM << problem->DebugPrefix() << "Solver Best Solution " << *solution << std::endl << std::flush;
|
|
844
844
|
}
|
|
845
845
|
|
|
846
|
-
|
|
846
|
+
if (*solution) {
|
|
847
|
+
pool->Delete(*solution);
|
|
848
|
+
}
|
|
847
849
|
problem->pool = 0;
|
|
848
850
|
|
|
849
851
|
pool->DeleteAll();
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dep_selector
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Christopher Walters
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2017-06-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: ffi
|
|
@@ -137,7 +137,7 @@ requirements:
|
|
|
137
137
|
- gecode, version 3.5 or greater
|
|
138
138
|
- g++
|
|
139
139
|
rubyforge_project:
|
|
140
|
-
rubygems_version: 2.6.
|
|
140
|
+
rubygems_version: 2.6.10
|
|
141
141
|
signing_key:
|
|
142
142
|
specification_version: 4
|
|
143
143
|
summary: Given packages, versions, and a dependency graph, find a valid assignment
|