Restructure crate for a nicer interface

This commit is contained in:
2019-11-01 22:00:17 +01:00
parent 9f32bea10c
commit b76287a07b
5 changed files with 1486 additions and 1480 deletions

View File

@@ -1,3 +1,5 @@
use foliage::format;
fn main() -> Result<(), Box<dyn std::error::Error>>
{
let formulas = "forall XV1 (p(XV1) <-> (exists XU1 (exists X1, X2 (X1 = XU1 and exists N1, N2, N3 (N1 = 0 and N2 = n and N1 <= N3 and N3 <= N2 and X2 = N3) and X1 = X2) and exists X3, X4 (exists N4, N5 (X3 = (N4 * N5) and N4 = XU1 and N5 = XU1) and X4 = n and X3 <= X4) and XV1 = XU1)))