mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -05:00
Better logging in index when benchmarking (again)
This commit is contained in:
parent
7288f6ece2
commit
f9fde897e0
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ $(SOLVER):
|
|||
|
||||
$(LOGDIR)/raw/%.done : $(PROVER)
|
||||
@mkdir -p $(dir $@)
|
||||
@echo "solving problem $*.cnf..."
|
||||
@echo "solving problem $*.cnf..." | tee -a $(INDEX)
|
||||
@./run_prover "$(CMD)" "$*.cnf" "$@"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue