Datasets:

License:
Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 114 new columns ({'saps_BestAvgImprovement_CoeffVariance', 'vars-reduced-depth-1', 'lpIntRatio', 'SP-bias-mean', 'saps_FirstLocalMinStep_Q.90', 'gsat_BestAvgImprovement_CoeffVariance', 'reducedClauses', 'gsat_FirstLocalMinRatio_Mean', 'HORNY-VAR-coeff-variation', 'Basic-featuretime', 'cluster-coeff-mean', 'POSNEG-RATIO-VAR-entropy', 'SP-unconstraint-coeff-variation', 'UNARY', 'LPSLack-max', 'CG-max', 'LPSLack-min', 'saps_FirstLocalMinStep_Q.10', 'lobjois-log-num-nodes-over-vars', 'VCG-CLAUSE-entropy', 'SP-unconstraint-q50', 'VG-max', 'KLB-featuretime', 'VCG-CLAUSE-min', 'POSNEG-RATIO-CLAUSE-min', 'unit-featuretime', 'SP-bias-q10', 'POSNEG-RATIO-CLAUSE-coeff-variation', 'CG-coeff-variation', 'POSNEG-RATIO-VAR-stdev', 'VCG-VAR-mean', 'TRINARY+', 'HORNY-VAR-entropy', 'cluster-coeff-entropy', 'sp-featuretime', 'SP-unconstraint-q10', 'POSNEG-RATIO-CLAUSE-entropy', 'HORNY-VAR-max', 'gsat_BestSolution_Mean', 'HORNY-VAR-mean', 'reducedVars', 'SP-unconstraint-min', 'BINARY+', 'CG-featuretime', 'gsat_FirstLocalMinStep_Mean', 'gsat_FirstLocalMinStep_Q.10', 'nvars', 'SP-bias-coeff-variation', 'gsat_FirstLocalMinStep_Q.90', 'VCG-CLAUSE-max', 'LPSLack-coeff-variation', 'VCG-VAR-entropy', 'SP-unconstraint-max', 'SP-unconstraint-q75', 'vars-reduced-depth-16', 'saps_FirstLocalMinRatio_Mean', 'gsat_FirstLocalMinStep_Median', 'nvarsOrig', 'VCG-CLAUSE-mean', 'LP_OBJ', 'POSNEG-RATIO-VAR-min', 'SP-bias-q90', 'CG-mean', 'cluster-coeff-min', 'SP-bias-max', 'filename', 'vars-reduced-depth-4', 'saps_BestSolution_Mean', 'VCG-VAR-min', 'SP-bias-min', 'CG-entropy', 'saps_FirstLocalMinStep_Median', 'POSNEG-RATIO-VAR-mean', 'cluster-coeff-max', 'vars-reduced-depth-64', 'ls-saps-featuretime', 'saps_FirstLocalMinRatio_CoeffVariance', 'SP-bias-q75', 'saps_FirstLocalMinStep_CoeffVariance', 'VG-min', 'HORNY-VAR-min', 'VCG-VAR-max', 'CG-min', 'gsat_BestSolution_CoeffVariance', 'gsat_BestAvgImprovement_Mean', 'SP-bias-q50', 'SP-unconstraint-mean', 'saps_FirstLocalMinStep_Mean', 'VG-coeff-variation', 'SP-unconstraint-q90', 'nclausesOrig', 'cluster-coeff-coeff-variation', 'lpTIME', 'LPSLack-mean', 'SP-bias-q25', 'VG-mean', 'VCG-CLAUSE-coeff-variation', 'SP-unconstraint-q25', 'nclauses', 'POSNEG-RATIO-CLAUSE-max', 'vars-clauses-ratio', 'vars-reduced-depth-256', 'saps_BestSolution_CoeffVariance', 'gsat_FirstLocalMinRatio_CoeffVariance', 'ls-gsat-featuretime', 'POSNEG-RATIO-VAR-max', 'horn-clauses-fraction', 'POSNEG-RATIO-CLAUSE-mean', 'Pre-featuretime', 'gsat_FirstLocalMinStep_CoeffVariance', 'lobjois-mean-depth-over-vars', 'lobjois-featuretime', 'VCG-VAR-coeff-variation', 'saps_BestAvgImprovement_Mean'}) and 7 missing columns ({'Unnamed: 0.1', 'file', 'instance_set', 'hash', 'n_clauses', 'Unnamed: 0', 'n_vars'}).

This happened while the csv dataset builder was generating data using

zip://features.csv::hf://datasets/log-rwth-aachen/Graphbench_SAT@a230040486af73d4e308e86a1b123983acb39912/sat_csv.zip

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              filename: string
              LP_OBJ: double
              LPSLack-mean: double
              LPSLack-coeff-variation: double
              LPSLack-min: double
              LPSLack-max: double
              lpIntRatio: double
              lpTIME: double
              SP-bias-mean: double
              SP-bias-coeff-variation: double
              SP-bias-min: double
              SP-bias-max: double
              SP-bias-q90: double
              SP-bias-q10: double
              SP-bias-q75: double
              SP-bias-q25: double
              SP-bias-q50: double
              SP-unconstraint-mean: double
              SP-unconstraint-coeff-variation: double
              SP-unconstraint-min: double
              SP-unconstraint-max: double
              SP-unconstraint-q90: double
              SP-unconstraint-q10: double
              SP-unconstraint-q75: double
              SP-unconstraint-q25: double
              SP-unconstraint-q50: double
              sp-featuretime: double
              vars-reduced-depth-1: double
              vars-reduced-depth-4: double
              vars-reduced-depth-16: double
              vars-reduced-depth-64: double
              vars-reduced-depth-256: double
              unit-featuretime: double
              saps_BestSolution_Mean: double
              saps_BestSolution_CoeffVariance: double
              saps_FirstLocalMinStep_Mean: double
              saps_FirstLocalMinStep_CoeffVariance: double
              saps_FirstLocalMinStep_Median: double
              saps_FirstLocalMinStep_Q.10: double
              saps_FirstLocalMinStep_Q.90: double
              saps_BestAvgImprovement_Mean: double
              saps_BestAvgImprovement_CoeffVariance: double
              saps_FirstLocalMinRatio_Mean: double
              saps_FirstLocalMinRatio_CoeffVariance: double
              ls-saps-featuretime: double
              gsat_BestSolution_Mean: double
              gsat_BestSolution_CoeffVariance: double
              gsat_FirstLocalMinStep_Mean: double
              gsat_FirstLocalMinStep_CoeffVariance: double
              gsat_FirstLocalMinStep_Median: double
              gsat_FirstLocalMinStep_Q.10: double
              gsat
              ...
              jois-log-num-nodes-over-vars: double
              lobjois-featuretime: double
              nvarsOrig: double
              nclausesOrig: double
              nvars: double
              nclauses: double
              reducedVars: double
              reducedClauses: double
              Pre-featuretime: double
              vars-clauses-ratio: double
              POSNEG-RATIO-CLAUSE-mean: double
              POSNEG-RATIO-CLAUSE-coeff-variation: double
              POSNEG-RATIO-CLAUSE-min: double
              POSNEG-RATIO-CLAUSE-max: double
              POSNEG-RATIO-CLAUSE-entropy: double
              VCG-CLAUSE-mean: double
              VCG-CLAUSE-coeff-variation: double
              VCG-CLAUSE-min: double
              VCG-CLAUSE-max: double
              VCG-CLAUSE-entropy: double
              UNARY: double
              BINARY+: double
              TRINARY+: double
              Basic-featuretime: double
              VCG-VAR-mean: double
              VCG-VAR-coeff-variation: double
              VCG-VAR-min: double
              VCG-VAR-max: double
              VCG-VAR-entropy: double
              POSNEG-RATIO-VAR-mean: double
              POSNEG-RATIO-VAR-stdev: double
              POSNEG-RATIO-VAR-min: double
              POSNEG-RATIO-VAR-max: double
              POSNEG-RATIO-VAR-entropy: double
              HORNY-VAR-mean: double
              HORNY-VAR-coeff-variation: double
              HORNY-VAR-min: double
              HORNY-VAR-max: double
              HORNY-VAR-entropy: double
              horn-clauses-fraction: double
              VG-mean: double
              VG-coeff-variation: double
              VG-min: double
              VG-max: double
              KLB-featuretime: double
              CG-mean: double
              CG-coeff-variation: double
              CG-min: double
              CG-max: double
              CG-entropy: double
              cluster-coeff-mean: double
              cluster-coeff-coeff-variation: double
              cluster-coeff-min: double
              cluster-coeff-max: double
              cluster-coeff-entropy: double
              CG-featuretime: double
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 16048
              to
              {'Unnamed: 0.1': Value('int64'), 'Unnamed: 0': Value('int64'), 'file': Value('string'), 'hash': Value('string'), 'n_vars': Value('int64'), 'n_clauses': Value('int64'), 'instance_set': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1334, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 911, in stream_convert_to_parquet
                  builder._prepare_split(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 114 new columns ({'saps_BestAvgImprovement_CoeffVariance', 'vars-reduced-depth-1', 'lpIntRatio', 'SP-bias-mean', 'saps_FirstLocalMinStep_Q.90', 'gsat_BestAvgImprovement_CoeffVariance', 'reducedClauses', 'gsat_FirstLocalMinRatio_Mean', 'HORNY-VAR-coeff-variation', 'Basic-featuretime', 'cluster-coeff-mean', 'POSNEG-RATIO-VAR-entropy', 'SP-unconstraint-coeff-variation', 'UNARY', 'LPSLack-max', 'CG-max', 'LPSLack-min', 'saps_FirstLocalMinStep_Q.10', 'lobjois-log-num-nodes-over-vars', 'VCG-CLAUSE-entropy', 'SP-unconstraint-q50', 'VG-max', 'KLB-featuretime', 'VCG-CLAUSE-min', 'POSNEG-RATIO-CLAUSE-min', 'unit-featuretime', 'SP-bias-q10', 'POSNEG-RATIO-CLAUSE-coeff-variation', 'CG-coeff-variation', 'POSNEG-RATIO-VAR-stdev', 'VCG-VAR-mean', 'TRINARY+', 'HORNY-VAR-entropy', 'cluster-coeff-entropy', 'sp-featuretime', 'SP-unconstraint-q10', 'POSNEG-RATIO-CLAUSE-entropy', 'HORNY-VAR-max', 'gsat_BestSolution_Mean', 'HORNY-VAR-mean', 'reducedVars', 'SP-unconstraint-min', 'BINARY+', 'CG-featuretime', 'gsat_FirstLocalMinStep_Mean', 'gsat_FirstLocalMinStep_Q.10', 'nvars', 'SP-bias-coeff-variation', 'gsat_FirstLocalMinStep_Q.90', 'VCG-CLAUSE-max', 'LPSLack-coeff-variation', 'VCG-VAR-entropy', 'SP-unconstraint-max', 'SP-unconstraint-q75', 'vars-reduced-depth-16', 'saps_FirstLocalMinRatio_Mean', 'gsat_FirstLocalMinStep_Median', 'nvarsOrig', 'VCG-CLAUSE-mean', 'LP_OBJ', 'POSNEG-RATIO-VAR-min', 'SP-bias-q90', 'CG-mean', 'cluster-coeff-min', 'SP-bias-max', 'filename', 'vars-reduced-depth-4', 'saps_BestSolution_Mean', 'VCG-VAR-min', 'SP-bias-min', 'CG-entropy', 'saps_FirstLocalMinStep_Median', 'POSNEG-RATIO-VAR-mean', 'cluster-coeff-max', 'vars-reduced-depth-64', 'ls-saps-featuretime', 'saps_FirstLocalMinRatio_CoeffVariance', 'SP-bias-q75', 'saps_FirstLocalMinStep_CoeffVariance', 'VG-min', 'HORNY-VAR-min', 'VCG-VAR-max', 'CG-min', 'gsat_BestSolution_CoeffVariance', 'gsat_BestAvgImprovement_Mean', 'SP-bias-q50', 'SP-unconstraint-mean', 'saps_FirstLocalMinStep_Mean', 'VG-coeff-variation', 'SP-unconstraint-q90', 'nclausesOrig', 'cluster-coeff-coeff-variation', 'lpTIME', 'LPSLack-mean', 'SP-bias-q25', 'VG-mean', 'VCG-CLAUSE-coeff-variation', 'SP-unconstraint-q25', 'nclauses', 'POSNEG-RATIO-CLAUSE-max', 'vars-clauses-ratio', 'vars-reduced-depth-256', 'saps_BestSolution_CoeffVariance', 'gsat_FirstLocalMinRatio_CoeffVariance', 'ls-gsat-featuretime', 'POSNEG-RATIO-VAR-max', 'horn-clauses-fraction', 'POSNEG-RATIO-CLAUSE-mean', 'Pre-featuretime', 'gsat_FirstLocalMinStep_CoeffVariance', 'lobjois-mean-depth-over-vars', 'lobjois-featuretime', 'VCG-VAR-coeff-variation', 'saps_BestAvgImprovement_Mean'}) and 7 missing columns ({'Unnamed: 0.1', 'file', 'instance_set', 'hash', 'n_clauses', 'Unnamed: 0', 'n_vars'}).
              
              This happened while the csv dataset builder was generating data using
              
              zip://features.csv::hf://datasets/log-rwth-aachen/Graphbench_SAT@a230040486af73d4e308e86a1b123983acb39912/sat_csv.zip
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

Unnamed: 0.1
int64
Unnamed: 0
int64
file
string
hash
string
n_vars
int64
n_clauses
int64
instance_set
string
0
0
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15032.cnf
4b2b11a335f8977c1328d3a16cfa2726
2,130
16,330
aclib
1
1
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2487.cnf
d830f6037330781b4b7b39734c7ee264
2,760
21,160
aclib
2
2
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17790.cnf
92b52327022b3e6fa5c19f56988b4cf6
1,794
13,754
aclib
3
3
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.8207.cnf
a45e4ef457b38765b4d059fc69ddd8b6
2,760
21,160
aclib
4
4
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10216.cnf
43a3c9c35e3116123c527f2691901032
726
5,566
aclib
5
5
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.7594.cnf
c4893e5e84cdf425b23adc2ad1db3880
1,596
12,236
aclib
6
6
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.4697.cnf
2bec27d0de9c72ca9643e2dee53224b6
714
5,474
aclib
7
7
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10394.cnf
3d262cddb3a5b3f3c3c21762c4b8e3a4
1,758
13,478
aclib
8
8
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.14287.cnf
f88fe2ed6dc8eee9f392c274095dcbf8
2,706
20,746
aclib
9
9
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.8914.cnf
6fe9ad450d5f1db90fdbd17442df6ea8
1,728
13,248
aclib
10
10
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2437.cnf
601d653171e4b101b9eb28e8821cc187
738
5,658
aclib
11
11
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11468.cnf
10484d2c303deaf084bccf44a1cdc433
2,880
22,080
aclib
12
12
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.312.cnf
56527a5021ba024b0e509ccff943131f
2,550
19,550
aclib
13
13
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16628.cnf
b46b3564c3080bf23d56064af4424593
1,602
12,282
aclib
14
14
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.8751.cnf
923b0bd59502ab7d20110c361ceefd00
780
5,980
aclib
15
15
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10286.cnf
dfab09b7b4c1627bcf77ec1c8170e3b4
774
5,934
aclib
16
16
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.14810.cnf
f18c96027019c3a64c5be187f4a443d4
2,604
19,964
aclib
17
17
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17386.cnf
98921c2d22ba810abb6cba3cb959da05
2,850
21,850
aclib
18
18
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.12134.cnf
6024daeca2ca242b3d3c9719d2ac3113
948
7,268
aclib
19
19
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2528.cnf
97f115d88cdb689990333c6b4cbe2cb2
1,362
10,442
aclib
20
20
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11422.cnf
97a47d3a57c7974dfe03f3457d7636e8
1,152
8,832
aclib
21
21
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2688.cnf
5d0b3cf25120b6245ad0551f893aa97c
1,788
13,708
aclib
22
22
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.13433.cnf
c3098cabedd2a771c71aa5fda85f047a
1,602
12,282
aclib
23
23
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15450.cnf
2404da3e7bb6155368ea38a9d5e5d1ae
2,706
20,746
aclib
24
24
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10555.cnf
f801606cde57942539359ef7e624f38c
672
5,152
aclib
25
25
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10215.cnf
683cae6ef8e5cd4b5bc9dbead0b84f8d
624
4,784
aclib
26
26
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.18085.cnf
3903fe26a5040be8b5fcf25b93e31976
660
5,060
aclib
27
27
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5457.cnf
ddc6d183205ac75d4aec540ee123ab3c
2,340
17,940
aclib
28
28
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.939.cnf
c84a44def36210ba02815fbc77c6d70e
2,904
22,264
aclib
29
29
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.223.cnf
0b85834166556466005e999a39ec1c58
1,338
10,258
aclib
30
30
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2002.cnf
42305ab8cfcfb706b2d338244ee3749b
2,766
21,206
aclib
31
31
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.3050.cnf
1d6b1feec9c2822cd6b4f7eb75a47b82
1,500
11,500
aclib
32
32
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.14263.cnf
937d54848435047bf769966862530b38
2,976
22,816
aclib
33
33
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.8732.cnf
f900f199727241fe61df805ae3aa36f5
1,620
12,420
aclib
34
34
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15589.cnf
40486e36cc588e5109b8a713d7885169
858
6,578
aclib
35
35
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.785.cnf
65be04403716390a3586985eb99e4d8c
1,404
10,764
aclib
36
36
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.3772.cnf
e54ba8c76a1cf23409b236db85bdf977
1,494
11,454
aclib
37
37
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.3683.cnf
4335427b0b89ddbcef9a35e18021ab42
2,580
19,780
aclib
38
38
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5801.cnf
f7caae49b31d54094c4f97273539ad6d
1,560
11,960
aclib
39
39
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.18156.cnf
663d14cabbf76efc1b43eea486a38638
1,224
9,384
aclib
40
40
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5081.cnf
effafd670b28b758d57cb0776a934ee8
2,430
18,630
aclib
41
41
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5739.cnf
9f77566d845536d5cabeaec249d5cf5b
942
7,222
aclib
42
42
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16478.cnf
e5096e83293808c2d930dc9a5cc84994
1,110
8,510
aclib
43
43
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.1055.cnf
c3b961a778015094aed01e2d24ac189d
2,268
17,388
aclib
44
44
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2278.cnf
50609a67c3fd1300159fd5a42611272b
2,592
19,872
aclib
45
45
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16509.cnf
0b52fc930bf37b2c65a5ad7a24298a6d
2,082
15,962
aclib
46
46
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15119.cnf
39b372b604956303cad7ced6777c9432
702
5,382
aclib
47
47
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.4560.cnf
b043b3b3a5e6436b66bf94f48b72b94c
2,880
22,080
aclib
48
48
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.6670.cnf
f861f085f18246d5ddddc8533686fea4
1,968
15,088
aclib
49
49
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11974.cnf
3e47e453a4b496f6903b01ff5cc5b297
2,058
15,778
aclib
50
50
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5280.cnf
f25ff6ce007568de956249d65f68c7d0
2,796
21,436
aclib
51
51
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.14876.cnf
9f497b898a5c4272eb01e8bab52e73e3
2,724
20,884
aclib
52
52
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5736.cnf
e569e678dfa4b90fc6cb581f55b47fea
1,110
8,510
aclib
53
53
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.13563.cnf
123e136b7066a24558dbcb4dfe6989a8
1,260
9,660
aclib
54
54
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17484.cnf
068281acfa8714182fec8dee159d69f4
2,766
21,206
aclib
55
55
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.7766.cnf
230f05dca633e1b2bc5b38a84b72e636
678
5,198
aclib
56
56
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15029.cnf
f5b68e0a83d1740c05473375ba2e6bdf
714
5,474
aclib
57
57
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.1955.cnf
208a563bbe8c3248bea394dfbd4dce9b
1,830
14,030
aclib
58
58
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5154.cnf
4a7a1616d7deeb2332a1a23749c4af8b
1,722
13,202
aclib
59
59
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11155.cnf
3b4a19426ba5264f8e6a8c9449c7feaf
2,592
19,872
aclib
60
60
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16209.cnf
aef5f8940813792e51838998d6f39534
1,410
10,810
aclib
61
61
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.18367.cnf
55b8ccea9429f1968ef4997d01a51183
2,220
17,020
aclib
62
62
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.202.cnf
08aacd23bb1b4a26793ba91ebca93acd
1,242
9,522
aclib
63
63
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15916.cnf
61a0e0a329ae9ae6eee9b3682297d9d6
1,548
11,868
aclib
64
64
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.15215.cnf
d7ee3a903090e468743eb9bf41d4caab
1,368
10,488
aclib
65
65
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17672.cnf
6b74222079a507fee041e49e03c6c846
2,406
18,446
aclib
66
66
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.12925.cnf
b1fcc63857b1df7509642852b1ddb633
1,296
9,936
aclib
67
67
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.6616.cnf
ddca13b356ac04f8661ab81953ea23d5
2,796
21,436
aclib
68
68
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.218.cnf
6a8d31943f5b6c3cf6b4dc23d31bea22
2,964
22,724
aclib
69
69
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.19828.cnf
e61992523e23c06f46649be13671b5d7
2,172
16,652
aclib
70
70
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.711.cnf
191b07e599177504d48671b2455de732
1,452
11,132
aclib
71
71
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2088.cnf
5bf10291e38c1292679c3a768e2fedfc
1,884
14,444
aclib
72
72
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.5053.cnf
2317c7577024bb04f581a2b0991b3f4b
2,304
17,664
aclib
73
73
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16204.cnf
bee5856562e2c9509835b5bb1235b30b
1,434
10,994
aclib
74
74
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.673.cnf
a596435790518170adf8d83927c25427
2,352
18,032
aclib
75
75
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10857.cnf
6802d500d02b30b571b8f93031477bf6
1,998
15,318
aclib
76
76
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.3728.cnf
fff26fe8c78b82b0d3e57333d80c9972
1,302
9,982
aclib
77
77
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17059.cnf
4dcc398d8af596614bde6df89d1ad820
1,128
8,648
aclib
78
78
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2140.cnf
35c3d02359fe7f923a21f8a79e6ef3a3
2,418
18,538
aclib
79
79
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16030.cnf
38bab15841d030f82cee4102f9512bdb
1,902
14,582
aclib
80
80
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17556.cnf
f21896993bdbbab59b5fcdd24fae5936
1,290
9,890
aclib
81
81
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.9475.cnf
750f55609b334a422b64e01a5164d716
672
5,152
aclib
82
82
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11183.cnf
0d58c26fe02d23e32f7138f5d3f6d653
1,464
11,224
aclib
83
83
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.7221.cnf
df276b7814240f40515741c07e8d8349
1,284
9,844
aclib
84
84
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.7090.cnf
00009196fea5e39dccc1533211f72cfe
1,770
13,570
aclib
85
85
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.17892.cnf
ae5f163471aa2274f3cdb68f0079a1bb
2,826
21,666
aclib
86
86
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.4371.cnf
f0fad83f3b54dc663ea225e5ae6b62c8
888
6,808
aclib
87
87
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.11943.cnf
29d13f90feb31301cb36a0336113b82f
960
7,360
aclib
88
88
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.10988.cnf
0cbf96e51422d4d00c8cf108c977d925
1,230
9,430
aclib
89
89
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.13616.cnf
a5f7c6e86609e449bc89ddbc952a8762
2,412
18,492
aclib
90
90
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.6361.cnf
e019715772748aac1392b60324af615c
2,274
17,434
aclib
91
91
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.16919.cnf
d27a220bb6c027d1c1a648744a512f8e
1,386
10,626
aclib
92
92
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.1647.cnf
e14dba313d79044749958b939980570d
2,676
20,516
aclib
93
93
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.3078.cnf
c7dce5fb8dbe16cee3f02ebcdb525618
2,094
16,054
aclib
94
94
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.9471.cnf
5d6405644bde2531c6dd3b0ae82c93f1
1,344
10,304
aclib
95
95
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.2193.cnf
c37b167e9bb2b0ce0938f693da778437
2,004
15,364
aclib
96
96
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.8407.cnf
9cddb32b8f27bdd9cb025156e1667e23
732
5,612
aclib
97
97
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.4927.cnf
7083f9257a150eba3f5d759c81be043c
1,194
9,154
aclib
98
98
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.1003.cnf
7d4897a72646bff920da7f831762bea0
852
6,532
aclib
99
99
/storage/work/graph_bench/instances/aclib/instances/sat/data/SWGCP/SWlin2006.1291.cnf
6bec806c814a7106ec478e0db8320221
2,034
15,594
aclib
End of preview.
README.md exists but content is empty.
Downloads last month
284