Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • cl-bench cl-bench
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ansi-test
  • cl-benchcl-bench
  • Merge requests
  • !1

gabriel: Fix the puzzle benchmark

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Peter Housel requested to merge phousel/cl-bench:puzzle-fix into master Feb 19, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

According to the comments from Henry Baker and the papers referenced from his page, the puzzle benchmark is supposed to arrive at a solution in 2005 trials (as measured by kount). Due to off-by-one and logic errors converting DO to DOTIMES, among other problems, the code arrived at an incorrect solution in many fewer trials than are actually necessary.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: puzzle-fix