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.
 
 
 
 

14 lines
336 B

create table c42_vLogistic_6_wmis_4_qpu_results (
result_id char(24),
run int,
instance_id char(24),
number_of_found_assignments int,
chain_break_fraction float,
num_occurrences int,
energy float,
satisfiable boolean,
anneal_time int,
primary key (result_id)
);