Small fixes

This commit is contained in:
Guillaume Bury 2014-11-18 18:41:32 +01:00
parent 460df56d4b
commit 5654414bfa
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@ bench: build-test
cd bench && $(MAKE)
stats:
./bench_stats.native
@./bench_stats.native
log:
cat _build/$(LOG) || true

View file

@ -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" "$@"

View file

@ -1,5 +1,5 @@
c First test
p cnf 0 0
p cnf 2 3
1 0
-1 2 0
-1 -2 0