Sean Pollock

Results 29 comments of Sean Pollock

@Xurma2 I am also getting a duplicate (naming collision) on `react-native-router`'s react-native dependency. However, mine is throwing an error on the`Sample` library. @c4d3r Has `react-native-route` moved to `react-native-simple-router-community`?

@Xurma2 Moved over to react-native-simple-router. Appears to have the same functionality and does not throw naming collision 👍

## Simple Upper Bound ## One super simple optimization could be setting an upper bound on the clique size. - Lets say our graph G has a maxiumum clique of...

## ~Hopeful~ Heuristic Lower Bound Approach ## Turan's lower bound is a great constant time check that could result in a quick safety calculation. We can also implore other hopeful...

## Parallel Computation and Verification ## Maximum clique calculation is hard, NP-hard. But luckily it is also NP-Complete so we can verify a correct solution in polynomial time. We can...

## Independent Maximal Cliques and Sharding ## One possible sharding strategy. Not sure if it would actually work, but noting here so I do not forget. - S = [s1,...

## Pruning Optimizer ## Instead of blindly iterating through the graph and searching for the largest weighted clique, we can use the information we get along the way to eliminate...

A potential problem with validators having different network times is that sends are calculated by `self.time + some delay`. This would seem to get screwy when sent to other validators...

Right, right, I get you on network "not caring" and simulator advancing the time. I think **I** misunderstood the original issue statement-- was just pointing out potential problem if delay...

A web based d3 visualizer sounds awesome! I have decent amount web & d3 experience, and would love to take a crack at rebasing this PR and extending out. Is...