Skip to content

Commit 563d851

Browse files
committed
fix
1 parent a07ec2a commit 563d851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/contrib/sicherman_dice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
print("MemoryUsage:", solver.MemoryUsage())
131131
print("SearchDepth:", solver.SearchDepth())
132132
print("SolveDepth:", solver.SolveDepth())
133-
print("stamp:", solver.Stamp())
133+
print("stamp:", solver.stamp())
134134
print("solver", solver)
135135

136136

0 commit comments

Comments
 (0)