Skip to content
/ OhCAML Public
forked from henrylee97/ohcaml

Korea Univ. Programming Research Lab. Equivalent checker with symbolic execution

Notifications You must be signed in to change notification settings

ailohc/OhCAML

 
 

Repository files navigation

OhCAML

OhCAML is Checking Assistant for ML

Install Package

Install package with opam

$ opam install z3

Build

$ ./build

Run

Usage: main.native <options> <file>

<options description>
--help                help
--run <file>          print result of symbolic execution
--criteria <file>     compare with 'target' file
--target <file>       compare with 'criteria' file
--counter             make counter example that make different output

For example,

$ ./main.native --run testcase/quadruple.m

Clean

$ ./build clean

About

Korea Univ. Programming Research Lab. Equivalent checker with symbolic execution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 87.4%
  • M 7.1%
  • Objective-C 2.6%
  • MATLAB 1.1%
  • Other 1.8%