Skip to content

Commit

Permalink
trying to split solvers to simplify embedding new solvers.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmalecha committed Mar 1, 2016
1 parent 499cd8b commit eedced0
Show file tree
Hide file tree
Showing 5 changed files with 530 additions and 389 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@
*.ml4.d
*.o
Makefile.coq
*.aux
*.aux
*.ml.d
*.mli.d
.merlin
5 changes: 4 additions & 1 deletion _CoqProject
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@

-I $(COQLIB)/user-contrib/PluginUtils/

src/smtTactic.ml4
# src/smtTactic.ml4
src/solver.mli
src/solver.ml

theories/Tactic.v
Loading

0 comments on commit eedced0

Please sign in to comment.