SetReplace icon indicating copy to clipboard operation
SetReplace copied to clipboard

C++/Wolfram Language package for exploring set and graph rewriting systems

Results 100 SetReplace issues
Sort by recently updated
recently updated
newest added

I get this when running `./lint.sh`: ![image](https://user-images.githubusercontent.com/40190339/104760997-3427c380-5730-11eb-8d1a-c4d0b72e6c95.png) Changing `which` to `command -v` fixes the issue. _Originally posted by @daneelsan in https://github.com/maxitg/SetReplace/issues/596#issuecomment-761087458_

### The problem Due to tests parallelization #578, we are now downloading the docker image with Mathematica 4 times, which is redundant. We should figure out how to only download...

optimization
infrastructure

There currently exist multiple global variables serving the purpose of documentation, and listing available options/properties/etc. for various functions, such as `$WolframModelProperties`, `$SetReplaceMethods`, etc. The better way is to put this...

feature

### The problem In addition to the Markdown linter which would check the formatting/spacing/empty lines in Markdown, we can have an English linter, which is going to spot issues with...

feature
infrastructure

Currently, `HypergraphPlot` always uses `"SpringElectricalEmbedding"` for the underlying 2-edges graph layout. It would be useful to allow arbitrary layout, although that won't extend to `RulePlot` as easily because not all...

feature

### The problem Wolfram Language formatting should be included in the `./lint.sh` script and run in the git hooks and CI. ### Possible solution There are two candidates I am...

feature
infrastructure
wolfram language

The code consistency is currently somewhat out of whack. Tabs and spaces are used inconsistently, indentation is different, the line width is not enforced, etc. We need a linter that...

feature
infrastructure

Requires #579. ### The problem We currently build and test Wolfram Language code in the same Circle CI job, which results in awkward behavior such as artifacts being uploaded 4...

refactor
infrastructure
blocked

Requires #335. ### The problem The eventual goal is to reproduce all `MultiwaySystem` functionality using the local multiway system. As a start, we need to implement the `"StatesGraph"` property for...

feature
help wanted
analysis
wolfram language

### The problem We currently run all tests for all changes to the code. This is, however, not always necessary. Each test depends on certain parts of the code, and...

optimization
infrastructure