3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-18 14:49:01 +00:00
z3/src/opt/opt_cmds.h
Nikolaj Bjorner d0e20e44ff booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
2020-07-04 15:56:30 -07:00

28 lines
350 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:
--*/
#pragma once
#include "ast/ast.h"
#include "opt/opt_context.h"
class cmd_context;
void install_opt_cmds(cmd_context & ctx, opt::context* opt = nullptr);