create table c42_v5to84_1_wmis_qbsolv_results (
|
|
result_id char(24),
|
|
instance_id char(24),
|
|
number_of_clauses int,
|
|
number_of_variables int,
|
|
number_of_found_assignments int,
|
|
chain_break_fraction float,
|
|
num_occurrences int,
|
|
energy float,
|
|
satisfiable boolean,
|
|
|
|
primary key (result_id)
|
|
);
|