|
@ -186,7 +186,7 @@ def create_wmis_qubos_for_scope(db, scope): |
|
|
for instance, instance_id in instances: |
|
|
for instance, instance_id in instances: |
|
|
qubo = SAT2QUBO.WMISdictQUBO(instance) |
|
|
qubo = SAT2QUBO.WMISdictQUBO(instance) |
|
|
|
|
|
|
|
|
write_qubo_to_pool_db(db["wmis_qubos_2"], qubo, instance_id) |
|
|
|
|
|
|
|
|
write_qubo_to_pool_db(db["wmis_qubos"], qubo, instance_id) |
|
|
|
|
|
|
|
|
def create_wmis_2_qubos_for_scope(db, scope): |
|
|
def create_wmis_2_qubos_for_scope(db, scope): |
|
|
instances = queries.Instance_scope_query(db) |
|
|
instances = queries.Instance_scope_query(db) |
|
|