Skip to content

Commit

Permalink
migrate verification strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
enadeau committed Jan 31, 2020
1 parent fb2e75f commit 004fc2f
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 1,493 deletions.
4 changes: 2 additions & 2 deletions tests/test_tilescope.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from comb_spec_searcher import ProofTree
from tilescopethree import TileScopeTHREE
from tilescopethree.strategy_packs_v2 import (
all_the_strategies_database_verified, point_placements,
all_the_strategies_verify_database, point_placements,
point_placements_fusion, point_placements_fusion_with_interleaving,
row_and_col_placements_fusion_with_interleaving_fusion)

Expand All @@ -28,7 +28,7 @@ def test_132_genf():

@pytest.mark.timeout(20)
def test_123():
searcher = TileScopeTHREE('123', all_the_strategies_database_verified)
searcher = TileScopeTHREE('123', all_the_strategies_verify_database)
t = searcher.auto_search(smallest=True)
assert isinstance(t, ProofTree)

Expand Down
4 changes: 4 additions & 0 deletions tilescopethree/strategies/verification_strategies.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from tilings.strategies.verification import (verify_basic, verify_database,
verify_elementary, verify_local,
verify_locally_factorable,
verify_one_by_one)
4 changes: 0 additions & 4 deletions tilescopethree/strategies/verification_strategies/__init__.py

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 004fc2f

Please sign in to comment.