3
3
'use strict' ;
4
4
5
5
6
- /* js/src/001 undirected */
7
- /* js/src/001 undirected/offline */
8
- /* js/src/001 undirected/offline/algo */
9
- /* js/src/001 undirected/offline/algo/eulerian */
10
- /* js/src/001 undirected/offline/algo/eulerian/dup.js */
6
+ /* js/src/undirected */
7
+ /* js/src/undirected/offline */
8
+ /* js/src/undirected/offline/algo */
9
+ /* js/src/undirected/offline/algo/eulerian */
10
+ /* js/src/undirected/offline/algo/eulerian/dup.js */
11
11
12
12
13
13
@@ -41,7 +41,7 @@ var dup_t = function(){
41
41
42
42
43
43
exports . dup_t = dup_t ;
44
- /* js/src/001 undirected/offline/algo/eulerian/eventour.js */
44
+ /* js/src/undirected/offline/algo/eulerian/eventour.js */
45
45
46
46
47
47
var eventour_t = function ( ) {
@@ -124,7 +124,7 @@ var eventour_t = function () {
124
124
125
125
exports . eventour_t = eventour_t ;
126
126
127
- /* js/src/001 undirected/offline/algo/eulerian/oddgraph.js */
127
+ /* js/src/undirected/offline/algo/eulerian/oddgraph.js */
128
128
129
129
130
130
var oddgraph_t = function ( ) {
@@ -154,7 +154,7 @@ var oddgraph_t = function(){
154
154
} ;
155
155
156
156
exports . oddgraph_t = oddgraph_t ;
157
- /* js/src/001 undirected/offline/algo/eulerian/simplegraph.js */
157
+ /* js/src/undirected/offline/algo/eulerian/simplegraph.js */
158
158
//ajoute arretes de poids min et retire cycle
159
159
160
160
@@ -198,7 +198,7 @@ var simplegraph_t = function(){
198
198
} ;
199
199
200
200
exports . simplegraph_t = simplegraph_t ;
201
- /* js/src/001 undirected/offline/algo/eulerian/wblossom_n3.js */
201
+ /* js/src/undirected/offline/algo/eulerian/wblossom_n3.js */
202
202
// Adapted from http://jorisvr.nl/maximummatching.html
203
203
// All credit for the implementation goes to Joris van Rantwijk [http://jorisvr.nl].
204
204
@@ -1353,7 +1353,7 @@ var wblossom_n3_t = function (debug, CHECK_OPTIMUM, CHECK_DELTA) {
1353
1353
1354
1354
1355
1355
exports . wblossom_n3_t = wblossom_n3_t ;
1356
- /* js/src/001 undirected/offline/algo/eulerian/wblossom_n4.js */
1356
+ /* js/src/undirected/offline/algo/eulerian/wblossom_n4.js */
1357
1357
//
1358
1358
//
1359
1359
///**
@@ -1441,8 +1441,8 @@ exports.wblossom_n3_t = wblossom_n3_t;
1441
1441
//};
1442
1442
//
1443
1443
//exports.wblossom_n4_t = wblossom_n4_t;
1444
- /* js/src/001 undirected/offline/algo/sp */
1445
- /* js/src/001 undirected/offline/algo/sp/dijkstra.js */
1444
+ /* js/src/undirected/offline/algo/sp */
1445
+ /* js/src/undirected/offline/algo/sp/dijkstra.js */
1446
1446
1447
1447
1448
1448
/**
@@ -1508,7 +1508,7 @@ var dijkstra = function ( g, order, source, prev, dist, used, ref, left ) {
1508
1508
1509
1509
exports . dijkstra = dijkstra ;
1510
1510
1511
- /* js/src/001 undirected/offline/algo/sp/floyd.js */
1511
+ /* js/src/undirected/offline/algo/sp/floyd.js */
1512
1512
1513
1513
1514
1514
var floyd_t = function ( ) {
@@ -1531,7 +1531,7 @@ var floyd_t = function(){
1531
1531
} ;
1532
1532
1533
1533
exports . floyd_t = floyd_t ;
1534
- /* js/src/001 undirected/offline/algo/sp/sptreedfs.js */
1534
+ /* js/src/undirected/offline/algo/sp/sptreedfs.js */
1535
1535
1536
1536
1537
1537
var sptreedfs_t = function ( ) {
@@ -1563,8 +1563,8 @@ var sptreedfs_t = function(){
1563
1563
} ;
1564
1564
1565
1565
exports . sptreedfs_t = sptreedfs_t ;
1566
- /* js/src/001 undirected/offline/algo/util */
1567
- /* js/src/001 undirected/offline/algo/util/amat.js */
1566
+ /* js/src/undirected/offline/algo/util */
1567
+ /* js/src/undirected/offline/algo/util/amat.js */
1568
1568
1569
1569
1570
1570
var amat_t = function ( ) {
@@ -1584,7 +1584,7 @@ var amat_t = function(){
1584
1584
} ;
1585
1585
1586
1586
exports . amat_t = amat_t ;
1587
- /* js/src/001 undirected/offline/algo/util/copy.js */
1587
+ /* js/src/undirected/offline/algo/util/copy.js */
1588
1588
1589
1589
1590
1590
var copy_t = function ( ) {
@@ -1607,7 +1607,7 @@ var copy_t = function(){
1607
1607
} ;
1608
1608
1609
1609
exports . copy_t = copy_t ;
1610
- /* js/src/001 undirected/offline/algo/util/d2s.js */
1610
+ /* js/src/undirected/offline/algo/util/d2s.js */
1611
1611
1612
1612
1613
1613
var d2s = function ( g , h , V ) {
@@ -1625,7 +1625,7 @@ var d2s = function(g, h, V){
1625
1625
} ;
1626
1626
1627
1627
exports . d2s = d2s ;
1628
- /* js/src/001 undirected/offline/algo/util/pmat.js */
1628
+ /* js/src/undirected/offline/algo/util/pmat.js */
1629
1629
1630
1630
1631
1631
// var pmat_t = function(){
@@ -1645,7 +1645,7 @@ exports.d2s = d2s;
1645
1645
// };
1646
1646
1647
1647
// exports.pmat_t = pmat_t;
1648
- /* js/src/001 undirected/offline/algo/util/smat.js */
1648
+ /* js/src/undirected/offline/algo/util/smat.js */
1649
1649
1650
1650
1651
1651
// var smat_t = function(){
@@ -1665,7 +1665,7 @@ exports.d2s = d2s;
1665
1665
// };
1666
1666
1667
1667
// exports.smat_t = smat_t;
1668
- /* js/src/001 undirected/offline/algo/util/sqmat.js */
1668
+ /* js/src/undirected/offline/algo/util/sqmat.js */
1669
1669
1670
1670
1671
1671
var sqmat = function ( d , n , v ) {
@@ -1682,9 +1682,9 @@ var sqmat = function(d, n, v){
1682
1682
1683
1683
1684
1684
exports . sqmat = sqmat ;
1685
- /* js/src/001 undirected/online */
1686
- /* js/src/001 undirected/online/data */
1687
- /* js/src/001 undirected/online/data/dense.js */
1685
+ /* js/src/undirected/online */
1686
+ /* js/src/undirected/online/data */
1687
+ /* js/src/undirected/online/data/dense.js */
1688
1688
1689
1689
var dense_graph_t = function ( ) {
1690
1690
@@ -1736,7 +1736,7 @@ var dense_graph_t = function(){
1736
1736
this . pt [ i ] [ j ] [ 0 ] = u ;
1737
1737
this . pt [ i ] [ j ] [ 1 ] = v ;
1738
1738
this . pt [ i ] [ j ] [ 2 ] = w ;
1739
-
1739
+
1740
1740
return this . pt [ i ] [ j ] ;
1741
1741
1742
1742
} ;
@@ -1754,7 +1754,7 @@ var dense_graph_t = function(){
1754
1754
graph . prototype . vitr = function ( fn ) {
1755
1755
1756
1756
for ( var i = 0 , len = this . ad . length ; i < len ; ++ i ) {
1757
-
1757
+
1758
1758
if ( fn . call ( this , this . ad [ i ] ) ) break ;
1759
1759
1760
1760
}
@@ -1809,7 +1809,8 @@ var dense_graph_t = function(){
1809
1809
} ;
1810
1810
1811
1811
exports . dense_graph_t = dense_graph_t ;
1812
- /* js/src/001 undirected/online/data/fuse.js */
1812
+
1813
+ /* js/src/undirected/online/data/fuse.js */
1813
1814
/**
1814
1815
* Fuse multiple graph data structure allowing to
1815
1816
* repeat the same write operations on all of them.
@@ -1875,7 +1876,7 @@ var fuse_t = function(){
1875
1876
1876
1877
exports . fuse_t = fuse_t ;
1877
1878
1878
- /* js/src/001 undirected/online/data/gindex.js */
1879
+ /* js/src/undirected/online/data/gindex.js */
1879
1880
/**
1880
1881
* Sparse graph wrapper indexing vertices allowing
1881
1882
* direct reference to a matrix (dense) structure.
@@ -1944,7 +1945,7 @@ var index_t = function(){
1944
1945
1945
1946
exports . index_t = index_t ;
1946
1947
1947
- /* js/src/001 undirected/online/data/sparse.js */
1948
+ /* js/src/undirected/online/data/sparse.js */
1948
1949
1949
1950
// TODO should take a linked list prototype as template parameter
1950
1951
// in order to simplify the implementation and allow better
0 commit comments