Daniel Sanchez
Daniel Sanchez
## Changes * Implements `HypergraphSubstitutionSystem`, which uses the existing low-level Hypergraph-related code to compute the evolution of hypergraphs. * `GenerateMultihistory` generates a `Multihistory` object that contains a handle to the...
## Changes * Trying to solve #494. * Adding a basic `Hypergraph` object, accessors and upvalues. ## Comments * Various designs questions: - ~How to represent the `Hypergraph` object in...
### The problem Determine whether a hypergraph is connected. ### Possible solution [WFR](https://resources.wolframcloud.com/FunctionRepository/resources/ConnectedHypergraphQ): ```wl ConnectedHypergraphQ[edges : {__List}] := ConnectedGraphQ[ Graph[UndirectedEdge @@@ Catenate[Partition[#, 2, 1, -1] & /@ edges]]] ``` ```wl...
### The problem The function `HypergraphDistanceMatrix` should compute the distance between any 2 vertices in the hypergraph, similar to [`GraphDistanceMatrix`](http://reference.wolfram.com/language/ref/GraphDistanceMatrix.html), where (hypergraph) distance is (roughly) defined as the minimum length...
### The problem The idea is to support the passing of **`WolframModelEvolutionObject`** objects as an argument for **`WolframModel`**. E.g: Let's say we already produced a **`WolframModelEvolutionObject`** which is the result...
Name: ICULibrary Author: Daniel Sanchez URL: https://github.com/daneelsan/ICULibrary Release: True