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.

11 lines
310 B

  1. create table c42_vLogistic_6_wmis_siman_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. primary key (result_id)
  11. );