diff options
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 |