mirror of
https://github.com/Z3Prover/z3
synced 2025-05-09 00:35:47 +00:00
ported VCC trace streams
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
80405dbd62
commit
288a96610f
21 changed files with 149 additions and 160 deletions
|
@ -21,14 +21,8 @@ Revision History:
|
|||
|
||||
#include"front_end_params.h"
|
||||
|
||||
unsigned read_smtlib_file(char const * benchmark_file, front_end_params & front_end_params);
|
||||
|
||||
unsigned read_smtlib_commands(char const* command_file, front_end_params& front_end_params);
|
||||
unsigned read_smtlib2_commands(char const* command_file, front_end_params& front_end_params);
|
||||
|
||||
#ifdef _Z3_BUILD_PARALLEL_MPI
|
||||
unsigned start_mpi_subordinate(front_end_params& front_end_params);
|
||||
#endif
|
||||
unsigned read_smtlib_file(char const * benchmark_file);
|
||||
unsigned read_smtlib2_commands(char const * command_file);
|
||||
|
||||
#endif /* _SMTLIB_FRONTEND_H_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue