SAT Solver Template
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  Solver
  util
 assert.hppWrapper around the classic C assert that always evaluates an expression but only checks the result in debug mode
 cli.hppContains Command Line Interface parsing utility
 concepts.hppContains various type traits and concepts
 enum.hppEnum utilities
 exception.hppNot implemented exception and BadHeuristicCall exception
 Profiler.hppTiming and profiling utilities
 random.hppContains an easy-to-use random number generator
 SubscribableEvent.hppContains subscribable event class for easy managing of solver events
 basic_structures.hppContains the basic structures variable and literal
 Clause.hppContains the class Clause that consists of one or more literals
 heuristics.hppContains different branching heuristics
 inout.hppContains functions for reading and writing dimacs format
 printing.cpp
 printing.hppContains functions ostream operators for various structures: ranges, tuples and the structures like variables and literals for easy printing
 Solver.hppContains the main solver class