`exists(sdp_block_timings_path)` will always return `false` if `sdp_path` is a zip file (not a directory): https://github.com/davidsd/sdpb/blob/3019fcd7122794ddb9618de1adcd1d8439716031/src/sdp_solve/Block_Info/read_block_costs.cxx#L13-L14
exists(sdp_block_timings_path)will always returnfalseifsdp_pathis a zip file (not a directory):sdpb/src/sdp_solve/Block_Info/read_block_costs.cxx
Lines 13 to 14 in 3019fcd