You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
349 B

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)
);