All Downloads are FREE. Search and download functionalities are using the official Maven repository.

z3-z3-4.12.6.src.opt.opt_cmds.h Maven / Gradle / Ivy

There is a newer version: 4.13.0.1
Show newest version
/*++
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);






© 2015 - 2024 Weber Informatics LLC | Privacy Policy