This commit is contained in:
@@ -3,6 +3,7 @@ import operator as op
|
||||
from math import prod
|
||||
from typing import Any, Iterator
|
||||
|
||||
import numpy as np
|
||||
import parse # pyright: ignore[reportMissingTypeStubs]
|
||||
|
||||
from ..base import BaseSolver
|
||||
@@ -64,8 +65,9 @@ class Solver(BaseSolver):
|
||||
).encode(),
|
||||
True,
|
||||
)
|
||||
self.files.image(f"result_{rnd+1}.png", np.array(m))
|
||||
yield rnd + 1
|
||||
found = True
|
||||
# found = True
|
||||
break
|
||||
|
||||
if found:
|
||||
|
Reference in New Issue
Block a user