-
Notifications
You must be signed in to change notification settings - Fork 41
/
config.yml
68 lines (66 loc) · 2.17 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
Description:
Slug: CoinUtils
ShortName: CoinUtils
LongName: COIN-OR Utilities
ShortDescription: Utilities, data structures, and linear algebra methods for COIN-OR projects.
LongDescription: |2
CoinUtils is an open-source collection of classes and helper functions
that are generally useful to multiple COIN-OR projects.
These utilities include:
* classes for storing and manipulating sparse matrices and vectors,
* performing matrix factorization,
* parsing input files in standard formats, e.g. MPS,
* building representations of mathematical programs,
* performing simple presolve operations,
* warm starting algorithms for mathematical programs,
* comparing floating point numbers with a tolerance
* classes for storing and manipulating conflict graphs, and
* classes for searching and storing cliques and odd cycles in conflict graphs, among others.
Manager: Laszlo Ladanyi, ladanyi at us dot ibm dot com
Homepage: https://github.com/coin-or/CoinUtils
License: Eclipse Public License 2.0
LicenseURL: http://www.opensource.org/licenses/EPL-2.0
Zenodo: 173466792
IncludedIn:
Package: Cbc
Language:
- C++
Categories:
- Optimization utility
Dependencies:
- Description: Sample data files
URL: https://github.com/coin-or-tools/Data-Sample
Version: master
Required: Required
- Description: ThirdParty wrapper for building Glpk
URL: https://github.com/coin-or-tools/ThirdParty-Glpk
Version: master
Required: Optional
- 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
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