3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-25 17:51:20 +00:00
z3/src/opt/opt_cmds.h
Anh-Dung Phan ac97a12bb8 Create callbacks for min_maximize_cmd
Enable VS_PROJ = true for temporary use
2013-10-15 11:52:27 -07:00

28 lines
324 B
C++

/*++
Copyright (c) 2013 Microsoft Corporation
Module Name:
opt_cmds.h
Abstract:
Commands for optimization benchmarks
Author:
Anh-Dung Phan (t-anphan) 2013-10-14
Notes:
--*/
#ifndef _OPT_CMDS_H_
#define _OPT_CMDS_H_
#include "ast.h"
class cmd_context;
void install_opt_cmds(cmd_context & ctx);
#endif