mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Move tbv to util
This commit is contained in:
parent
a89be68050
commit
79ee543d25
9 changed files with 39 additions and 40 deletions
|
@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
--*/
|
||||
|
||||
#include "muz/ddnf/ddnf.h"
|
||||
#include "muz/rel/tbv.h"
|
||||
#include "util/tbv.h"
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
|
|
|
@ -4,7 +4,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
|
||||
--*/
|
||||
|
||||
#include "muz/rel/tbv.h"
|
||||
#include "util/tbv.h"
|
||||
#include <iostream>
|
||||
|
||||
static void tst1(unsigned num_bits) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue