-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yml
87 lines (85 loc) · 2.67 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Description:
Slug: CHiPPS-BLIS
ShortName: Blis
LongName: BiCePS Linear Integer Solver
ShortDescription: The BiCePS Linear Integer Solver is a concretization of the BiCePS layer in the CHiPPS framework.
LongDescription: |2
The Branch, Constrain, and Price Software (BiCePS) is a data management
layer for CHiPPS, the COIN-OR High Performance Parallel Search Framework.
CHiPPS is a framework for implementing parallel algorithms based on tree
search. BiCePS is built on top of ALPS and provides functionality for
implementing relaxation-based branch-and-bound algorithms.
Manager: Ted Ralphs, ted at lehigh dot edu
Homepage: https://github.com/coin-or/CHiPPS-BLIS
License: Eclipse Public License 2.0
LicenseURL: http://www.opensource.org/licenses/eclipse-2.0
Zenodo: 23727016
IncludedIn:
Package: CHiPPS-BLIS
Language:
- C++
Categories:
- Optimization deterministic linear discrete
- Optimization utility
PaperCite: http://dx.doi.org/10.1287/ijoc.1090.0347
Dependencies:
- Description: Sample data files
URL: https://github.com/coin-or-tools/Data-Sample
Version: 1.2
Required: Required
- Description: COIN-OR Utilities
URL: https://github.com/coin-or/CoinUtils
Version: master
Required: Required
- Description: Open Solver Interface
URL: https://github.com/coin-or/Osi
Version: master
Required: Required
- Description: COIN-OR LP Solver
URL: https://github.com/coin-or/Clp
Version: master
Required: Required
- Description: Cut Generator Library
URL: https://github.com/coin-or/Cgl
Version: master
Required: Required
- Description: The Abstract Library for Parallel Search
URL: https://github.com/coin-or/CHiPPS-ALPS
Version: 1.6
Required: Required
- Description: Branch, Constraint, and Price Software
URL: https://github.com/coin-or/CHiPPS-BiCePS
Version: 0.95
Required: Required
- Description: Basic Linear Algebra Subroutines (BLAS)
URL: http://www.netlib.org/blas
Required: Recommended
- Description: Linear Algebra Package (LAPACK)
URL: http://www.netlib.org/lapack
Required: Recommended
- Description: GNU Readline
Required: Recommended
- Description: GNU History
Required: Recommended
DevelopmentStatus:
activityStatus: Active
maturityLevel: 5
testedPlatforms:
- operatingSystem: Linux
compiler: gcc
- operatingSystem: Mac OS X
compiler:
- gcc
- clang
- operatingSystem: Microsoft Windows
compiler: cl
- operatingSystem: Microsoft Windows with MSys2
compiler:
- gcc
- cl
- icl
- operatingSystem: Microsoft Windows Subsystem for Linux
compiler:
- gcc
- cl
- icl