diff --git a/src/model.jl b/src/model.jl index 0ea5366..3b54eaf 100644 --- a/src/model.jl +++ b/src/model.jl @@ -259,7 +259,7 @@ function solve(filename::AbstractString; ) @info "Reading $filename..." instance = RELOG.parsefile(filename) - if heuristic + if heuristic && instance.time > 1 @info "Solving single-period version..." compressed = _compress(instance) csol = solve(compressed;