Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
SolverForge
/
solverforge-bench
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Add job-shop-scheduling benchmark (JSPLIB loader, spec, baseline solver, validation, make targets)
- #2
#2
Merged
blackopsrepl
merged 29 commits into
main
SolverForge/solverforge-bench:main
from
codex/find-official-dataset-for-solverforge
SolverForge/solverforge-bench:codex/find-official-dataset-for-solverforge
Copy head branch name to clipboard
May 28, 2026
Conversation
Commits
29
(29)
Checks
Files changed
Merged
Add job-shop-scheduling benchmark (JSPLIB loader, spec, baseline solver, validation, make targets)
#2
blackopsrepl
merged 29 commits into
main
SolverForge/solverforge-bench:main
from
codex/find-official-dataset-for-solverforge
SolverForge/solverforge-bench:codex/find-official-dataset-for-solverforge
Copy head branch name to clipboard
Commits
Commits on May 21, 2026
ci: add benchmark validation workflow
Show description for 1a6712e
blackopsrepl
committed
1a6712e
View commit details
Copy full SHA for 1a6712e
Browse repository at this point
build(db): add benchmark warehouse reset target
Show description for a169bee
blackopsrepl
committed
a169bee
View commit details
Copy full SHA for a169bee
Browse repository at this point
docs(bench): map benchmark repository contracts
Show description for 0ae991a
blackopsrepl
committed
0ae991a
View commit details
Copy full SHA for 0ae991a
Browse repository at this point
fix(cvrp): classify native OR-Tools no-solution exits
Show description for b927cf3
blackopsrepl
committed
b927cf3
View commit details
Copy full SHA for b927cf3
Browse repository at this point
feat(cvrp): align SolverForge adapter with route API
Show description for d998108
blackopsrepl
committed
d998108
View commit details
Copy full SHA for d998108
Browse repository at this point
feat(employee-scheduling): share SolverForge constraint streams
Show description for e279b73
blackopsrepl
committed
e279b73
View commit details
Copy full SHA for e279b73
Browse repository at this point
feat: add job-shop scheduling benchmark implementation
Show description for f00fe10
blackopsrepl
committed
f00fe10
View commit details
Copy full SHA for f00fe10
Browse repository at this point
fix(job-shop): serialize schedule payloads across harness
Show description for 348e71e
blackopsrepl
committed
348e71e
View commit details
Copy full SHA for 348e71e
Browse repository at this point
feat(job-shop): add three production solver adapters
Show description for 17a5537
blackopsrepl
committed
17a5537
View commit details
Copy full SHA for 17a5537
Browse repository at this point
build(job-shop): wire benchmark targets and nightly config
Show description for 72cbbcd
blackopsrepl
committed
72cbbcd
View commit details
Copy full SHA for 72cbbcd
Browse repository at this point
docs(job-shop): align benchmark documentation with shipped solvers
Show description for 24169a7
blackopsrepl
committed
24169a7
View commit details
Copy full SHA for 24169a7
Browse repository at this point
fix(job-shop): preserve native fields in normalization
Show description for a037ebe
blackopsrepl
committed
a037ebe
View commit details
Copy full SHA for a037ebe
Browse repository at this point
fix(make): wire job-shop benchmark wrappers
Show description for 7ca74ef
blackopsrepl
committed
7ca74ef
View commit details
Copy full SHA for 7ca74ef
Browse repository at this point
chore(job-shop): align benchmark artifact policy
Show description for 930c92e
blackopsrepl
committed
930c92e
View commit details
Copy full SHA for 930c92e
Browse repository at this point
fix(make): expose job-shop database wrappers
Show description for 074bc27
blackopsrepl
committed
074bc27
View commit details
Copy full SHA for 074bc27
Browse repository at this point
Commits on May 23, 2026
feat(job-shop): bundle canonical JSPLIB corpus
Show description for dc98c6e
blackopsrepl
committed
dc98c6e
View commit details
Copy full SHA for dc98c6e
Browse repository at this point
feat(job-shop): expose JSPLIB bound metadata
Show description for 1648269
blackopsrepl
committed
1648269
View commit details
Copy full SHA for 1648269
Browse repository at this point
fix(bench): run benchmark suites on separate cores
Show description for 029cd2f
blackopsrepl
committed
029cd2f
View commit details
Copy full SHA for 029cd2f
Browse repository at this point
docs: align benchmark documentation
Show description for 77c8dc3
blackopsrepl
committed
77c8dc3
View commit details
Copy full SHA for 77c8dc3
Browse repository at this point
Commits on May 28, 2026
chore(bench): align SolverForge adapter dependencies
Show description for 21301bf
blackopsrepl
committed
21301bf
View commit details
Copy full SHA for 21301bf
Browse repository at this point
fix(employee-scheduling): remove OR-Tools seeded fallback
Show description for fb785e0
blackopsrepl
committed
fb785e0
View commit details
Copy full SHA for fb785e0
Browse repository at this point
feat(job-shop): model schedules as machine sequences
Show description for a66d716
blackopsrepl
committed
a66d716
View commit details
Copy full SHA for a66d716
Browse repository at this point
feat(bench): enforce runtime fair-start witnesses
Show description for 509acb1
blackopsrepl
committed
509acb1
View commit details
Copy full SHA for 509acb1
Browse repository at this point
feat(cvrp): broaden SolverForge list neighborhoods
Show description for b3fc2e6
blackopsrepl
committed
b3fc2e6
View commit details
Copy full SHA for b3fc2e6
Browse repository at this point
docs(bench): document fair-start witness contract
Show description for a47a036
blackopsrepl
committed
a47a036
View commit details
Copy full SHA for a47a036
Browse repository at this point
fix(results): keep normalized CSV witness serializable
Show description for 6938263
blackopsrepl
committed
6938263
View commit details
Copy full SHA for 6938263
Browse repository at this point
fix(fair-start): keep input hashing out of timed runs
Show description for 5799c25
blackopsrepl
committed
5799c25
View commit details
Copy full SHA for 5799c25
Browse repository at this point
fix(fair-start): preserve native witness evidence
Show description for 5ecb57f
blackopsrepl
committed
5ecb57f
View commit details
Copy full SHA for 5ecb57f
Browse repository at this point
fix(fair-start): preserve employee native witness on no solution
Show description for b5a3541
blackopsrepl
committed
b5a3541
View commit details
Copy full SHA for b5a3541
Browse repository at this point
You can’t perform that action at this time.