3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-09 17:31:57 +00:00

checkpoint

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-21 13:32:12 -07:00
parent 4722fdfca5
commit add684d8e9
377 changed files with 204 additions and 62 deletions

25
src/muz_qe/qe_cmd.h Normal file
View file

@ -0,0 +1,25 @@
/*++
Copyright (c) 2011 Microsoft Corporation
Module Name:
qe_cmd.h
Abstract:
SMT2 front-end 'qe' command.
Author:
Nikolaj Bjorner (nbjorner) 2011-01-11
Notes:
--*/
#ifndef _QE_CMD_H_
#define _QE_CMD_H_
class cmd_context;
void install_qe_cmd(cmd_context & ctx, char const * cmd_name = "elim-quantifiers");
#endif