mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
7 lines
162 B
C
7 lines
162 B
C
/*
|
|
Copyright (c) 2013 Microsoft Corporation. All rights reserved.
|
|
|
|
Author: Lev Nachmanson
|
|
*/
|
|
#pragma once
|
|
unsigned read_mps_file(char const * mps_file_name);
|