lean2/src/library/tactic
Leonardo de Moura 3dc7a856f0 refactor(library/tactic): use unprotect/protect idiom for callbacks in the tactic API
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-27 18:11:46 -08:00
..
assignment.h feat(library/tactic): add tactic framework APIs 2013-11-20 17:19:05 -08:00
boolean.cpp refactor(library/tactic): simplify proof_builder API 2013-11-25 10:50:33 -08:00
boolean.h feat(library/tactic): add conj_hyp_tactic 2013-11-24 21:00:38 -08:00
cex_builder.cpp refactor(library/tactic): use unprotect/protect idiom for callbacks in the tactic API 2013-11-27 18:11:46 -08:00
cex_builder.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
CMakeLists.txt refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
goal.cpp refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
goal.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
proof_builder.cpp refactor(library/tactic): use unprotect/protect idiom for callbacks in the tactic API 2013-11-27 18:11:46 -08:00
proof_builder.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
proof_state.cpp refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
proof_state.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
register_module.h feat(library/tactic): expose tactics in the Lua API 2013-11-27 17:47:29 -08:00
tactic.cpp refactor(library/tactic): use unprotect/protect idiom for callbacks in the tactic API 2013-11-27 18:11:46 -08:00
tactic.h feat(library/tactic): expose tactics in the Lua API 2013-11-27 17:47:29 -08:00