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
Type
/
to 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 }}
PetterS
/
minisat
Public
forked from
niklasso/minisat
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
minisat
minisat
on
msvc
User selector
All users
All time
Commit history
Commits on Jun 19, 2013
Modifications for compilation in Windows (without Zlib)
PetterS
committed
493d16d
View commit details
Copy full SHA for 493d16d
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
New specialized 'addClause' for 4-clauses.
niklasso
committed
f7cd4c6
View commit details
Copy full SHA for f7cd4c6
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Add a remove method to the Heap class.
niklasso
committed
8d018ed
View commit details
Copy full SHA for 8d018ed
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Use VMap for variable activity.
niklasso
committed
d4fea75
View commit details
Copy full SHA for d4fea75
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on May 25, 2011
Forgot to remove declaration.
niklasso
committed
5c24ca6
View commit details
Copy full SHA for 5c24ca6
View code at this point
Browse repository at this point
Refactor garbage collection slightly.
niklasso
committed
fc702b3
View commit details
Copy full SHA for fc702b3
View code at this point
Browse repository at this point
Commits on May 18, 2011
Introduce new simpler freeze/thaw interface to SimpSolver.
Show description for 33def9c
niklasso
committed
33def9c
View commit details
Copy full SHA for 33def9c
View code at this point
Browse repository at this point
Commits on May 6, 2011
Don't allocate StreamBuffers on the stack.
niklasso
committed
3652e21
View commit details
Copy full SHA for 3652e21
View code at this point
Browse repository at this point
Remove a warning on non-posix Windows builds.
niklasso
committed
4c4b466
View commit details
Copy full SHA for 4c4b466
View code at this point
Browse repository at this point
Only call "limitXXX" if the user actually set a limit.
Show description for a74ac81
niklasso
committed
a74ac81
View commit details
Copy full SHA for a74ac81
View code at this point
Browse repository at this point
Commits on Apr 28, 2011
Portability fixes for resources, signals, etc + some cleanups.
niklasso
committed
93b1810
View commit details
Copy full SHA for 93b1810
View code at this point
Browse repository at this point
Commits on Apr 15, 2011
Changed 'litRedundant()' to more efficient version with negative caching.
Show description for 3ad9f5d
niklasso
committed
3ad9f5d
View commit details
Copy full SHA for 3ad9f5d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.