Ensure that statements are proven in right order

This commit is contained in:
2020-05-19 12:56:21 +02:00
parent 34b8dce9be
commit d77c7648b3
2 changed files with 3 additions and 2 deletions

View File

@@ -306,6 +306,7 @@ impl Problem
where
F: FnMut(&mut Statement) -> G,
{
// TODO: properly ensure that statements are proven in the right order
for section in self.statements.borrow_mut().iter_mut()
{
for statement in section.1.iter_mut()