mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-30 17:40:45 +00:00
feat: Add Sudoku puzzle generator with configurable difficulty
This commit is contained in:
parent
fdf5e26e09
commit
87d1db2a1a
3 changed files with 168 additions and 1 deletions
|
|
@ -6,7 +6,8 @@ from . import arithmetic
|
|||
from . import algorithmic
|
||||
from . import cognition
|
||||
from . import data
|
||||
from . import games
|
||||
from . import logic
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__all__ = ["arithmetic", "algorithmic", "cognition", "data", "logic"]
|
||||
__all__ = ["arithmetic", "algorithmic", "cognition", "data", "games", "logic"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue