Bindings work (ocaml bindings are now sort of working); also minor cleanup
authorMorgan Deters <mdeters@gmail.com>
Tue, 15 Nov 2011 22:34:18 +0000 (22:34 +0000)
committerMorgan Deters <mdeters@gmail.com>
Tue, 15 Nov 2011 22:34:18 +0000 (22:34 +0000)
commit78af7dfd469b43c17c3ad582a094068484955037
tree2d05cf1390731e1c7fd8d433768c9b436ff60baf
parent15193d5207679b24cd2f310f71c9428971564b53
Bindings work (ocaml bindings are now sort of working); also minor cleanup
16 files changed:
config/bindings.m4
examples/Makefile.am
examples/SimpleVC.ml [new file with mode: 0644]
examples/simple_vc_compat_c.c
examples/simple_vc_compat_cxx.cpp
examples/simple_vc_cxx.cpp
src/Makefile.am
src/bindings/Makefile.am
src/cvc4.i
src/expr/expr_manager.i
src/prop/cnf_stream.cpp
src/prop/prop_engine.cpp
src/prop/prop_engine.h
src/prop/sat.h
src/util/datatype.i
test/unit/prop/cnf_stream_black.h