mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
trying to fix build problems
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6fac8aa40c
commit
8476a12c0f
1 changed files with 8 additions and 0 deletions
|
@ -25,6 +25,14 @@ Notes:
|
|||
#include "uint_set.h"
|
||||
#include "smt_model_generator.h"
|
||||
#include "pb_rewriter_def.h"
|
||||
#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