3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

remove mps_reader

This commit is contained in:
Lev Nachmanson 2023-03-03 14:50:10 -08:00
parent 55d45e0c0c
commit f986ac6a75
7 changed files with 68 additions and 1874 deletions

File diff suppressed because it is too large Load diff

View file

@ -20,7 +20,6 @@ Revision History:
#pragma once
// reads an MPS file representing a Mixed Integer Program
#include <string>
#include <vector>
#include <unordered_map>
@ -31,7 +30,6 @@ Revision History:
#include <fstream>
#include <functional>
#include <algorithm>
#include "math/lp/mps_reader.h"
#include "math/lp/ul_pair.h"
#include "math/lp/lar_constraints.h"
#include <sstream>