-
This was originally reported by @dschult in #5538. The original defect mentioned there was fixed, but the deeper issue re: API consistency remains. I've extracted that discussion here so that we can g…
-
# Note:
We're organizing paper thoughts here (edit this issue directly) and having discussion below.
## Purpose/thesis
- Provide a typology of group-based model informed by physics, cultural evol…
-
DR needs to bootstrap results of `bipartite::computeModules` for her analyses. Try to implement this feature.
-
import java.io.OutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.PrintWriter;
import java.io.FilterInputStream;
import java.io.BufferedInputStream;
import java…
-
## [886. Possible Bipartition](https://leetcode.com/problems/possible-bipartition/)
给定一组 `N` 人(编号为 `1, 2, ..., N`), 我们想把每个人分进任意大小的两组。
每个人都可能不喜欢其他人,那么他们不应该属于同一组。
形式上,如果 `dislikes[i] = [a, b]`,…
-
https://arxiv.org/pdf/1906.01629
```bib
@misc{gasse2019exactcombinatorialoptimizationgraph,
title={Exact Combinatorial Optimization with Graph Convolutional Neural Networks},
author…
-
Right now, we use "directed" if a term *can* work on directed networks and analogously for undirected. On the other hand, we use "bipartite" for terms that *only* work on bipartite networks. For examp…
-
A separate proposal for this? However, the Kevin Bacon example requires bipartite graphs. I also have questions about bipartiteness (or labeling in general) at every talk I give about C++ graph librar…
-
From the mbio live site, 02/26/24
The nodes are sorted in no reasonable order.
The most obvious sort order would be alphabetical, though i know we've talked about hierarchical sorting based on…
-
```python
def bs(g,s,c):
#print "s is {}".format(s)
#print "c is {}".format(c)
if len(c) == 0:
return s
v = c[0]
#print "v is {}".format(v)
SCopy = copy(s…