diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2006-08-12 08:01:00 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2006-08-12 08:01:00 -0700 |
commit | eb2a5b43a46b90f3c46b388f50ea0ca8918983aa (patch) | |
tree | 55a47e46ceefc8837d8a05807d8b7169d763e3f0 /src/opt | |
parent | 6b44b18e69f4e26249140e10c459615a77b32fc5 (diff) | |
download | abc-eb2a5b43a46b90f3c46b388f50ea0ca8918983aa.tar.gz abc-eb2a5b43a46b90f3c46b388f50ea0ca8918983aa.tar.bz2 abc-eb2a5b43a46b90f3c46b388f50ea0ca8918983aa.zip |
Version abc60812
Diffstat (limited to 'src/opt')
-rw-r--r-- | src/opt/cut/cut60720.zip | bin | 31142 -> 0 bytes | |||
-rw-r--r-- | src/opt/cut/cut60721.zip | bin | 42872 -> 0 bytes | |||
-rw-r--r-- | src/opt/fxu/fxuCreate.c | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/opt/cut/cut60720.zip b/src/opt/cut/cut60720.zip Binary files differdeleted file mode 100644 index 86ad6726..00000000 --- a/src/opt/cut/cut60720.zip +++ /dev/null diff --git a/src/opt/cut/cut60721.zip b/src/opt/cut/cut60721.zip Binary files differdeleted file mode 100644 index d55ccfd0..00000000 --- a/src/opt/cut/cut60721.zip +++ /dev/null diff --git a/src/opt/fxu/fxuCreate.c b/src/opt/fxu/fxuCreate.c index 02b7605c..e56c58f3 100644 --- a/src/opt/fxu/fxuCreate.c +++ b/src/opt/fxu/fxuCreate.c @@ -88,13 +88,13 @@ Fxu_Matrix * Fxu_CreateMatrix( Fxu_Data_t * pData ) printf( "The current network does not have SOPs to perform extraction.\n" ); return NULL; } - +/* if ( nPairsStore > 10000000 ) { printf( "The problem is too large to be solved by \"fxu\" (%d cubes and %d cube pairs)\n", nCubesTotal, nPairsStore ); return NULL; } - +*/ // start the matrix p = Fxu_MatrixAllocate(); // create the column labels |