mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -05:00
Small fixes
This commit is contained in:
parent
460df56d4b
commit
5654414bfa
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ bench: build-test
|
|||
cd bench && $(MAKE)
|
||||
|
||||
stats:
|
||||
./bench_stats.native
|
||||
@./bench_stats.native
|
||||
|
||||
log:
|
||||
cat _build/$(LOG) || true
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ $(PROVER): $(SOLVER)
|
|||
$(SOLVER):
|
||||
cd .. && $(MAKE)
|
||||
|
||||
$(LOGDIR)/raw/%.done : $(PROVER)
|
||||
$(LOGDIR)/raw/%.done : dummy $(PROVER)
|
||||
@mkdir -p $(dir $@)
|
||||
@echo "solving problem $*.cnf..." | tee -a $(INDEX)
|
||||
@./run_prover "$(CMD)" "$*.cnf" "$@"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
c First test
|
||||
p cnf 0 0
|
||||
p cnf 2 3
|
||||
1 0
|
||||
-1 2 0
|
||||
-1 -2 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue