Commit 2df74433 by Alan Mishchenko

Temporarily disabling new code.

parent a6c9e997
// Author : Yukio Miyasaka // Author : Yukio Miyasaka
#if 0
#include <iostream> #include <iostream>
#include <fstream> #include <fstream>
#include <string> #include <string>
...@@ -12,10 +14,14 @@ ...@@ -12,10 +14,14 @@
#include <bitset> #include <bitset>
#include <unordered_map> #include <unordered_map>
#endif
#include "gia.h" #include "gia.h"
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
#if 0
namespace Ttopt { namespace Ttopt {
struct PairHasher { struct PairHasher {
...@@ -1203,5 +1209,17 @@ Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, c ...@@ -1203,5 +1209,17 @@ Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, c
Vec_WrdFreeP( &vSimI ); Vec_WrdFreeP( &vSimI );
return pNew; return pNew;
} }
#endif
Gia_Man_t * Gia_ManTtopt( Gia_Man_t * p, int nIns, int nOuts, int nRounds )
{
return NULL;
}
Gia_Man_t * Gia_ManTtoptCare( Gia_Man_t * p, int nIns, int nOuts, int nRounds, char * pFileName, int nRarity )
{
return NULL;
}
ABC_NAMESPACE_IMPL_END ABC_NAMESPACE_IMPL_END
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment