mirror of
https://github.com/Z3Prover/z3
synced 2025-04-11 03:33:35 +00:00
8 lines
162 B
C
8 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);
|