3 lines
61 B
Bash
3 lines
61 B
Bash
#!/bin/sh
|
|
exec ./kissat --unsat --psids=true $1 $2/proof.out
|
#!/bin/sh
|
|
exec ./kissat --unsat --psids=true $1 $2/proof.out
|