Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lipen committed Oct 28, 2023
1 parent be3d094 commit b81d54b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fun main() {
val ptr = lib.kissat_init()
println("ptr = $ptr")

// SAT
// UNSAT
lib.kissat_add_clause(ptr, listOf(-1))
lib.kissat_add_clause(ptr, listOf(1))
println("Solving...")
Expand Down

0 comments on commit b81d54b

Please sign in to comment.