mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -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)
|
cd bench && $(MAKE)
|
||||||
|
|
||||||
stats:
|
stats:
|
||||||
./bench_stats.native
|
@./bench_stats.native
|
||||||
|
|
||||||
log:
|
log:
|
||||||
cat _build/$(LOG) || true
|
cat _build/$(LOG) || true
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ $(PROVER): $(SOLVER)
|
||||||
$(SOLVER):
|
$(SOLVER):
|
||||||
cd .. && $(MAKE)
|
cd .. && $(MAKE)
|
||||||
|
|
||||||
$(LOGDIR)/raw/%.done : $(PROVER)
|
$(LOGDIR)/raw/%.done : dummy $(PROVER)
|
||||||
@mkdir -p $(dir $@)
|
@mkdir -p $(dir $@)
|
||||||
@echo "solving problem $*.cnf..." | tee -a $(INDEX)
|
@echo "solving problem $*.cnf..." | tee -a $(INDEX)
|
||||||
@./run_prover "$(CMD)" "$*.cnf" "$@"
|
@./run_prover "$(CMD)" "$*.cnf" "$@"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
c First test
|
c First test
|
||||||
p cnf 0 0
|
p cnf 2 3
|
||||||
1 0
|
1 0
|
||||||
-1 2 0
|
-1 2 0
|
||||||
-1 -2 0
|
-1 -2 0
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue