mirror of
https://github.com/Z3Prover/z3
synced 2025-07-28 15:07:56 +00:00
Cleaned up LP test code.
This commit is contained in:
parent
d61b722b68
commit
6d51265d9d
4 changed files with 229 additions and 172 deletions
|
@ -1,9 +1,22 @@
|
|||
/*
|
||||
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
||||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
/*++
|
||||
Copyright (c) 2017 Microsoft Corporation
|
||||
|
||||
Author: Lev Nachmanson
|
||||
*/
|
||||
Module Name:
|
||||
|
||||
<name>
|
||||
|
||||
Abstract:
|
||||
|
||||
<abstract>
|
||||
|
||||
Author:
|
||||
|
||||
Lev Nachmanson (levnach)
|
||||
|
||||
Revision History:
|
||||
|
||||
|
||||
--*/
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
|
@ -11,7 +24,7 @@ Author: Lev Nachmanson
|
|||
#include <set>
|
||||
#include <iostream>
|
||||
|
||||
namespace lean {
|
||||
namespace lp {
|
||||
class argument_parser {
|
||||
std::unordered_map<std::string, std::string> m_options;
|
||||
std::unordered_map<std::string, std::string> m_options_with_after_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue