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
336 B

5 years ago
5 years ago
  1. create table c42_vLogistic_6_wmis_4_qpu_results (
  2. result_id char(24),
  3. run int,
  4. instance_id char(24),
  5. number_of_found_assignments int,
  6. chain_break_fraction float,
  7. num_occurrences int,
  8. energy float,
  9. satisfiable boolean,
  10. anneal_time int,
  11. primary key (result_id)
  12. );