forked from ericwhyne/darpa_open_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GRAPHS-software.json
executable file
·54 lines (54 loc) · 1.43 KB
/
GRAPHS-software.json
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
[
{
"DARPA Program": "GRAPHS",
"Program Teams": [
"SIMPLEX MINER"
],
"Contributors": [
"Stanford University"
],
"Sub-contractors": [
""
],
"Software": "SnapVX",
"Internal Link": "",
"External Link": "http://snap.stanford.edu/snapvx/",
"Public Code Repo": "https://github.com/snap-stanford/snapvx",
"Instructional Material": "",
"Stats": "",
"Description": "SnapVX is a Python-based convex optimization solver for problems defined on graphs. It provides a fast and scalable solution with guaranteed global convergence. SnapVX combines the graph capabilities of Snap.py with the convex solver from CVXPY. (Python)",
"Internal Code Repo": "",
"License": [
"BSD"
],
"Languages": [
"Python"
],
"Platform Requirements": [
""
],
"Dependent modules": [
""
],
"Dependent module URLs": [
""
],
"Component modules": [
""
],
"Component module URLs": [
""
],
"Industry": [
""
],
"Functionality": [
"Convex optimization"
],
"Categories": [
"Analytics"
],
"New Date": "20160323",
"Update Date": ""
}
]