Add solver flags for controlling whether or not some contacts should be taken into account by the constraints solver.

This commit is contained in:
Crozet Sébastien
2020-10-27 13:36:53 +01:00
parent 3def91d62e
commit cb6a7ff946
9 changed files with 78 additions and 13 deletions

View File

@@ -49,6 +49,7 @@ erased-serde = { version = "0.3", optional = true }
indexmap = { version = "1", features = [ "serde-1" ], optional = true }
downcast-rs = "1.2"
num-derive = "0.3"
bitflags = "1"
[dev-dependencies]
bincode = "1"