feat!: remove Rc constraint in Evaluator and add simplification for evals
authorMA Beaudet <ma@beaudet.xyz>
Tue, 9 Nov 2021 10:19:44 +0000 (11:19 +0100)
committerMA Beaudet <ma@beaudet.xyz>
Tue, 9 Nov 2021 10:19:44 +0000 (11:19 +0100)
commitfe8f880deaacc72e558c302ed8e99eea1b5ac97b
tree5a8aca2a70e6cb857d11772ead794ff3c25937e6
parent53bcedda00fd7a3288c57bb7fe34010297149528
feat!: remove Rc constraint in Evaluator and add simplification for evals

`cards` and `table` are not Rc anymore, u32 operations are cheap so it
should be ok.
examples/simulation.rs
src/evaluator.rs
src/lib.rs