-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathconfig.yml
97 lines (96 loc) · 3.08 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
88
89
90
91
92
93
94
95
96
97
Description:
Slug: SYMPHONY
ShortName: SYMPHONY
LongName:
ShortDescription: A callable library for solving mixed-integer linear programs.
LongDescription: |2
SYMPHONY is an open-source generic MILP
solver, callable library, and extensible framework
for implementing customized solvers for
mixed-integer linear programs (MILPs). SYMPHONY
can be built in various sequential and parallel
configurations for either distributed or shared
memory architectures and can be used \"out of the
box\" as a solver for generic mixed-integer linear
programs or customized through a wide variety of
user callback functions and control parameters.
SYMPHONY has a number of advanced capabilities
stemming from the research projects discussed
above, including the ability to solve
multi-objective MILPs, the ability to warm start
its solution procedure, and the ability to perform
basic sensitivity analyses. SYMPHONY has has been
deployed in a variety of application areas,
including computational biology, wireless
telecommunications, supply chain management,
transportation services, and air
transportation.
Manager: Ted Ralphs, ted at lehigh dot edu
Homepage: /~https://github.com/coin-or/SYMPHONY
License: Eclipse Public License 2.0
LicenseURL: http://www.opensource.org/licenses/EPL-2.0
Zenodo: 172774599
IncludedIn:
Package: SYMPHONY
Language:
- C
Categories:
- Optimization deterministic linear discrete
PaperCite: http://dx.doi.org/10.1007/0-387-23529-9_5
Dependencies:
- Description: ThirdParty wrapper for building Glpk
URL: /~https://github.com/coin-or-tools/ThirdParty-Glpk
Version: 1.10
Required: Optional
- 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 Linear Programming Solver
URL: /~https://github.com/coin-or/Clp
Version: master
Required: Required
- Description: Cut Generation Library
URL: /~https://github.com/coin-or/Cgl
Version: master
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