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.

12 lines
349 B

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