Skip to content

Commit

Permalink
added tgt to extraSchedules
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Suda committed Jul 11, 2022
1 parent 001d1ef commit 948b971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CASC/PortfolioMode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ void PortfolioMode::getExtraSchedules(Property& prop, Schedule& old, Schedule& e
else{
// Don't try this in SMT-COMP mode as it requires a goal
extra_opts.push("slsq=on");
extra_opts.push("tgt=full");
}

}
Expand Down

0 comments on commit 948b971

Please sign in to comment.