Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions 450.soplex/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,31 +28,31 @@ test-cmp:
@total=0; success=0; failed=0; \
$(call check_single_result, $(call SPECDIFF, --abstol 1e-05 --reltol 0.0001 --obiwan, $(RUN_DIR)/test.out, data/test/output/test.out),test.out) \
$(call check_single_result, $(call SPECDIFF, --abstol 20 --reltol 10 --obiwan, \
$(call adapt_suffix,$(RUN_DIR)/test,.mps.out,.mps.stderr,.mps.info,.out,.stderr), \
$(call adapt_suffix,data/test/output/test,.mps.out,.mps.stderr,.mps.info,.out,.stderr)),test.x) \
$(call adapt_suffix,$(RUN_DIR)/test,.mps.info,.mps.stderr,.stderr), \
$(call adapt_suffix,data/test/output/test,.mps.info,.mps.stderr,.stderr)),test.x) \
$(call check_all_result)

train-cmp:
@total=0; success=0; failed=0; \
$(call check_single_result, $(call SPECDIFF, --abstol 1e-05 --reltol 20 --obiwan, $(RUN_DIR)/pds-20.mps.out, data/train/output/pds-20.mps.out),pds-20.mps.out) \
$(call check_single_result, $(call SPECDIFF, --abstol 20 --reltol 0.0001 --obiwan, \
$(call adapt_suffix,$(RUN_DIR)/pds-20,.mps.out,.mps.stderr,.mps.info,.out,.stderr), \
$(call adapt_suffix,data/train/output/pds-20,.mps.out,.mps.stderr,.mps.info,.out,.stderr)),pds-20.x) \
$(call adapt_suffix,$(RUN_DIR)/pds-20,.mps.info,.mps.stderr,.stderr), \
$(call adapt_suffix,data/train/output/pds-20,.mps.info,.mps.stderr,.stderr)),pds-20.x) \
$(call check_single_result, $(call SPECDIFF, --abstol 1e-05 --reltol 20 --obiwan, $(RUN_DIR)/train.out, data/train/output/train.out),train.out) \
$(call check_single_result, $(call SPECDIFF, --abstol 20 --reltol 0.0001 --obiwan, \
$(call adapt_suffix,$(RUN_DIR)/train,.mps.out,.mps.stderr,.mps.info,.out,.stderr), \
$(call adapt_suffix,data/train/output/train,.mps.out,.mps.stderr,.mps.info,.out,.stderr)),train.x) \
$(call adapt_suffix,$(RUN_DIR)/train,.mps.info,.mps.stderr,.stderr), \
$(call adapt_suffix,data/train/output/train,.mps.info,.mps.stderr,.stderr)),train.x) \
$(call check_all_result)

ref-cmp:
@total=0; success=0; failed=0; \
$(call check_single_result, $(call SPECDIFF, --abstol 1e-05 --reltol 0.02 --obiwan, $(RUN_DIR)/pds-50.mps.out, data/ref/output/pds-50.mps.out),pds-50.mps.out) \
$(call check_single_result, $(call SPECDIFF, --abstol 20 --reltol 0.0001 --obiwan, \
$(call adapt_suffix,$(RUN_DIR)/pds-50,.mps.out,.mps.stderr,.mps.info,.out,.stderr), \
$(call adapt_suffix,data/ref/output/pds-50,.mps.out,.mps.stderr,.mps.info,.out,.stderr)),pds-50.x) \
$(call adapt_suffix,$(RUN_DIR)/pds-50,.mps.info,.mps.stderr,.stderr), \
$(call adapt_suffix,data/ref/output/pds-50,.mps.info,.mps.stderr,.stderr)),pds-50.x) \
$(call check_single_result, $(call SPECDIFF, --abstol 1e-05 --reltol 0.02 --obiwan, $(RUN_DIR)/ref.out, data/ref/output/ref.out),ref.out) \
$(call check_single_result, $(call SPECDIFF, --abstol 20 --reltol 0.0001 --obiwan, \
$(call adapt_suffix,$(RUN_DIR)/ref,.mps.out,.mps.stderr,.mps.info,.out,.stderr), \
$(call adapt_suffix,data/ref/output/ref,.mps.out,.mps.stderr,.mps.info,.out,.stderr)),ref.x) \
$(call adapt_suffix,$(RUN_DIR)/ref,.mps.info,.mps.stderr,.stderr), \
$(call adapt_suffix,data/ref/output/ref,.mps.info,.mps.stderr,.stderr)),ref.x) \
$(call check_all_result)
include Makefile.deps