~mht/cra

d843e514 — Martin Hafskjold Thoresen 3 years ago master
Fix bug where a boundary would be padded with zeros.

Since `slow_vec` is filled with `0` when created, so that we can index
into it, it thinks that the zeros are a part of the final boundary,
when they really just are placeholders.
bae1de7f — Martin Hafskjold Thoresen 3 years ago
Remove _by_dim suffix.

This was used for almost all keys, making it very annoying
50ab1601 — Martin Hafskjold Thoresen 3 years ago
Add simplex count output in Aggregate
71377f32 — Martin Hafskjold Thoresen 3 years ago
Fix bug in `reduce`

Merging is hard :'(
d77988e8 — Martin Hafskjold Thoresen 3 years ago
cargo fmt

Turns out Kakoune is messing up my indentation >:(
7e22ace5 — Martin Hafskjold Thoresen 3 years ago
Issue #4: Add `adds_required_by_dim` as output.
4e75bbb5 — Martin Hafskjold Thoresen 3 years ago
Add the boundary for the test data set Twoc
f6e683ec — Martin Hafskjold Thoresen 3 years ago
Issue #3: Start counting at 1, since 0 is the empty simplex.
959b6276 — Martin Hafskjold Thoresen 3 years ago
Add license
02a047d2 — Martin Hafskjold Thoresen 3 years ago
Update README a little more
498e74ef — Martin Hafskjold Thoresen 3 years ago
Fix Markdown errors in the README
f53bbcd4 — Martin Hafskjold Thoresen 3 years ago
Move code to top level
933b2735 — Martin Hafskjold Thoresen 3 years ago
Fix warnings and remove some dead code
175154e0 — Martin Hafskjold Thoresen 3 years ago
Begin on rewriting stats and stats output.
4596b318 — Martin Hafskjold Thoresen 3 years ago
Remove dead and commented out code
b960d208 — Martin Hafskjold Thoresen 3 years ago
Remove double reduction variant runs.

It's probably better to run just one of the variants, and output the data
to some other format. For the stats things we could use some other standard
format, and have a script patch things back together.
36bae912 — Martin Hafskjold Thoresen 3 years ago
Add test tet file, and flush out some easy bugs
2277c12c — Martin Hafskjold Thoresen 3 years ago
Fix warnings with old code
9b5383c9 — Martin Hafskjold Thoresen 3 years ago
Greatly simplify the `reduce` method.
9cc52593 — Martin Hafskjold Thoresen 3 years ago
Begin on improved reduction implementation
Next