You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
LaplacianOpt.jl Change Log
2
2
=========================
3
3
4
+
### v0.7.1
5
+
- Clean up of `round_zeros_ones!`, `laplacian_matrix`, `_violated_eigen_vector`, `weighted_adjacency_matrix`, `edge_combinations`, `optimal_graph_edges` functions
6
+
- Added support for cheeger constant of graph based on set cardinality (updated MILP formulation) and set volume definitions
7
+
4
8
### v0.7.0
5
9
- Solver logging option added in `optimizers.jl`
6
10
- Added option `minors_on_augment_edges` to include principal minor cuts only corresponding to vertices with augmentable edges - helps in reducing run times
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,13 +37,13 @@ Please report any issues via the Github **[issue tracker](https://github.com/har
37
37
This work was supported by Los Alamos National Laboratory (LANL)'s LDRD Early Career Research Award (20190590ECR) and [LANL-TAMU's collaborative research project](https://nationallabsoffice.tamus.edu/the-texas-am-university-system-and-los-alamos-national-laboratory-partner-to-design-robust-networks/) grant. The primary developer of this package is [Harsha Nagarajan](http://harshanagarajan.com) ([@harshangrjn](https://github.com/harshangrjn)).
38
38
39
39
## Citing LaplacianOpt
40
-
If you find LaplacianOpt.jl useful in your work, we request you to cite the following papers [\[link-1\]](https://doi.org/10.1109/ECC.2015.7330770)[\[link-2\]](https://arxiv.org/abs/2304.08571):
40
+
If you find LaplacianOpt.jl useful in your work, we request you to cite the following papers [\[link-1\]](https://doi.org/10.1109/ECC.2015.7330770)[\[link-2\]](https://doi.org/10.1109/TCNS.2024.3431408):
41
41
```bibtex
42
42
@article{LOpt_TCNS2024,
43
-
title={Optimal Robust Network Design: Formulations and Algorithms for Maximizing Algebraic Connectivity},
43
+
title={Optimal robust network design: Formulations and algorithms for maximizing algebraic connectivity},
44
44
author={Somisetty, Neelkamal and Nagarajan, Harsha and Darbha, Swaroop},
45
-
journal={IEEE Transactions on Control of Network Systems (accepted)},
46
-
url = {https://arxiv.org/abs/2304.08571},
45
+
journal={IEEE Transactions on Control of Network Systems},
Copy file name to clipboardExpand all lines: docs/src/index.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,13 @@ Pkg.test("LaplacianOpt")
34
34
```
35
35
36
36
## Citing LaplacianOpt
37
-
If you find LaplacianOpt.jl useful in your work, we request you to cite the following papers [\[link-1\]](https://doi.org/10.1109/ECC.2015.7330770)[\[link-2\]](https://arxiv.org/abs/2304.08571):
37
+
If you find LaplacianOpt.jl useful in your work, we request you to cite the following papers [\[link-1\]](https://doi.org/10.1109/ECC.2015.7330770)[\[link-2\]](https://doi.org/10.1109/TCNS.2024.3431408):
38
38
```bibtex
39
39
@article{LOpt_TCNS2024,
40
-
title={Optimal Robust Network Design: Formulations and Algorithms for Maximizing Algebraic Connectivity},
40
+
title={Optimal robust network design: Formulations and algorithms for maximizing algebraic connectivity},
41
41
author={Somisetty, Neelkamal and Nagarajan, Harsha and Darbha, Swaroop},
42
-
journal={IEEE Transactions on Control of Network Systems (accepted)},
43
-
url = {https://arxiv.org/abs/2304.08571},
42
+
journal={IEEE Transactions on Control of Network Systems},
0 commit comments