File size: 2,142 Bytes
2566715
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
---
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: num_literal
    dtype: int64
  - name: num_graph_node
    dtype: int64
  - name: graph_g6
    dtype: string
  - name: sat_dimacs
    dtype: string
  - name: unsat_dimacs
    dtype: string
  - name: num_variable
    dtype: int64
  - name: num_clause
    dtype: int64
  - name: solver_metadatas
    struct:
    - name: MCS
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
    - name: MUS
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
    - name: MaxSAT
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
    - name: SATDP_SAT
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
    - name: SATDP_UNSAT
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
    - name: SATSP
      struct:
      - name: conflicts
        dtype: int64
      - name: decisions
        dtype: int64
      - name: propagations
        dtype: int64
      - name: restarts
        dtype: int64
      - name: solution
        dtype: string
  splits:
  - name: test
    num_bytes: 1452573
    num_examples: 963
  download_size: 567247
  dataset_size: 1452573
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---