mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
fix duplicate class
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8476a12c0f
commit
2c69aa0df1
5 changed files with 10 additions and 11 deletions
|
@ -28,11 +28,6 @@ Notes:
|
|||
#include "sparse_matrix_def.h"
|
||||
#include "simplex_def.h"
|
||||
|
||||
namespace simplex {
|
||||
template class simplex<mpq_ext>;
|
||||
template class sparse_matrix<mpq_ext>;
|
||||
};
|
||||
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue