diff options
Diffstat (limited to 'Assignment2/src/Z3.dcl')
-rw-r--r-- | Assignment2/src/Z3.dcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assignment2/src/Z3.dcl b/Assignment2/src/Z3.dcl index 4708401..0f636f2 100644 --- a/Assignment2/src/Z3.dcl +++ b/Assignment2/src/Z3.dcl @@ -7,7 +7,7 @@ from System.Process import :: ProcessHandle, :: ProcessIO startZ3 :: !*World -> (!Z3, !*World) addAssert :: !Z3 !String !*World -> *World addMinimize :: !Z3 !String !*World -> *World -addVariable :: !Z3 !String !*World -> *World +addVariable :: !Z3 !String !String !*World -> *World checkSat :: !Z3 !*World -> (!Bool, !*World) // Note: getModel terminates z3 |