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
Accelerator
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 }}
jake-ke
/
minisat
Public
forked from
agurfinkel/minisat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
multi-confl
User selector
All users
All time
Commit history
Commits on Jun 23, 2026
computeLBD: guard the level-stamp generation counter against uint32 wrap
Show description for a15fdaf
jake-ke
and
claude
committed
a15fdaf
View commit details
Copy full SHA for a15fdaf
Browse repository at this point
Commits on Jun 22, 2026
Add multi-conflict learning machinery (propagateMulti + 4 variants)
Show description for 720f4db
jake-ke
and
claude
committed
720f4db
View commit details
Copy full SHA for 720f4db
Browse repository at this point
Commits on Feb 27, 2022
Update cmake to 2.8.12
agurfinkel
committed
281c31e
View commit details
Copy full SHA for 281c31e
Browse repository at this point
Commits on Sep 4, 2020
fix(cmake): set policy to remove warning
agurfinkel
committed
0f8be3a
View commit details
Copy full SHA for 0f8be3a
Browse repository at this point
Commits on Nov 12, 2017
Fixed a compatibility issue with Visual Studio 2015 and newer (#1)
Show description for 9570936
mElBalkini
authored and
agurfinkel
committed
9570936
View commit details
Copy full SHA for 9570936
Browse repository at this point
Commits on Oct 16, 2017
Fix memUSedPeak() to be compliant with current compilers
agurfinkel
committed
41f5643
View commit details
Copy full SHA for 41f5643
Browse repository at this point
Fix definition of mkLit to be C++11 compliant
agurfinkel
committed
9256ff3
View commit details
Copy full SHA for 9256ff3
Browse repository at this point
Fix print statements to be C++11 compliant
agurfinkel
committed
1443ae0
View commit details
Copy full SHA for 1443ae0
Browse repository at this point
Commits on Sep 25, 2013
Support returning actual peak-memory instead of reverting to current usage
niklasso
committed
37dc6c6
View commit details
Copy full SHA for 37dc6c6
Browse repository at this point
Commits on Nov 19, 2012
Also relocate clauses on the subsumption queue.
niklasso
committed
cd3a2d6
View commit details
Copy full SHA for cd3a2d6
Browse repository at this point
Commits on Oct 31, 2012
Silence DIMACS warnings by default.
Show description for 386e4f3
niklasso
committed
386e4f3
View commit details
Copy full SHA for 386e4f3
Browse repository at this point
Commits on Mar 29, 2012
Move the random-generator to a more generic location.
niklasso
committed
080d3db
View commit details
Copy full SHA for 080d3db
Browse repository at this point
Commits on Mar 16, 2012
Introduce a minimum limit for learned clauses.
niklasso
committed
149205a
View commit details
Copy full SHA for 149205a
Browse repository at this point
Commits on Mar 8, 2012
Introduce literal sets (LSet) and use it to store 'conflict'.
niklasso
committed
1732cff
View commit details
Copy full SHA for 1732cff
Browse repository at this point
New specialized 'addClause' for 4-clauses.
niklasso
committed
f7cd4c6
View commit details
Copy full SHA for f7cd4c6
Browse repository at this point
Commits on Feb 27, 2012
Fix more parentheses warnings.
niklasso
committed
146346b
View commit details
Copy full SHA for 146346b
Browse repository at this point
Patch submitted by Niklas Een.
Show description for d699be0
niklasso
committed
d699be0
View commit details
Copy full SHA for d699be0
Browse repository at this point
Commits on Dec 5, 2011
Fix an ancient bug in 'SimpSolver::implied()'.
niklasso
committed
369fc3f
View commit details
Copy full SHA for 369fc3f
Browse repository at this point
Commits on Oct 11, 2011
Revert "Extend a couple of parsing functions to treat newline as significant."
Show description for a1f981a
niklasso
committed
a1f981a
View commit details
Copy full SHA for a1f981a
Browse repository at this point
Commits on Oct 5, 2011
Add iterators to IntMap.
niklasso
committed
30909ac
View commit details
Copy full SHA for 30909ac
Browse repository at this point
Commits on Sep 26, 2011
Simple way to disable extending models.
niklasso
committed
1d2e1fc
View commit details
Copy full SHA for 1d2e1fc
Browse repository at this point
Add preliminary support for "releaseVar()" method.
Show description for 0c0bb0d
niklasso
committed
0c0bb0d
View commit details
Copy full SHA for 0c0bb0d
Browse repository at this point
Commits on Sep 22, 2011
Generalize remove/find to work on vector-like types with unsigned size.
niklasso
committed
1e0fd32
View commit details
Copy full SHA for 1e0fd32
Browse repository at this point
Revert to using copy constructor in Vec::push() rather than assignment.
niklasso
committed
6820591
View commit details
Copy full SHA for 6820591
Browse repository at this point
Commits on Sep 12, 2011
Extend a couple of parsing functions to treat newline as significant.
niklasso
committed
4d3aa55
View commit details
Copy full SHA for 4d3aa55
Browse repository at this point
Commits on Aug 10, 2011
Main: Allow writing dimacs at the end of interrupted solve.
Show description for 5ecc5b0
niklasso
committed
5ecc5b0
View commit details
Copy full SHA for 5ecc5b0
Browse repository at this point
Add a remove method to the Heap class.
niklasso
committed
8d018ed
View commit details
Copy full SHA for 8d018ed
Browse repository at this point
Commits on Jul 8, 2011
Add an 'implies()' method that allows to check result of one propagation.
niklasso
committed
94aef63
View commit details
Copy full SHA for 94aef63
Browse repository at this point
Change the heap implementation to use IntMaps for the heap-indices.
niklasso
committed
5a01f08
View commit details
Copy full SHA for 5a01f08
Browse repository at this point
Commits on Jul 6, 2011
Add the 'has()' operation to IntMaps.
niklasso
committed
9aa56a7
View commit details
Copy full SHA for 9aa56a7
Browse repository at this point
Commits on Jul 1, 2011
Complete re-factoring to use VMaps for Solver data.
niklasso
committed
26f8354
View commit details
Copy full SHA for 26f8354
Browse repository at this point
Use VMap for variable activity.
niklasso
committed
d4fea75
View commit details
Copy full SHA for d4fea75
Browse repository at this point
Add new IntMap class: essentially a restricted vector parametrized on keys.
niklasso
committed
a451687
View commit details
Copy full SHA for a451687
Browse repository at this point
Parametrize vector class with respect to the "size-type".
niklasso
committed
c008424
View commit details
Copy full SHA for c008424
Browse repository at this point
Commits on May 30, 2011
Lazier removal of deleted clauses in 'propagate()'.
Show description for 7de6232
niklasso
committed
7de6232
View commit details
Copy full SHA for 7de6232
Browse repository at this point
Previous
Next
You can’t perform that action at this time.