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

z3-z3-4.13.0.src.shell.opt_frontend.h Maven / Gradle / Ivy

The newest version!
/*++
Copyright (c) 2014 Microsoft Corporation

Module Name:

    opt_frontend.h

Author:

    Nikolaj Bjorner (nbjorner) 2014-10-10.

--*/
#pragma once

enum opt_format { opb_t, wcnf_t, lp_t };

unsigned parse_opt(char const* file_name, opt_format f);







© 2015 - 2024 Weber Informatics LLC | Privacy Policy