Skip to content

Stop CLP after a given amount of time #186

Answered by jhmgoossens
jhmgoossens asked this question in Q&A
Discussion options

You must be logged in to vote

@ralacroix Is using setMaximumSeconds not an option?

ClpSimplex clp;
clp.setMaximumSeconds(timelimit);

(Discussion moved from comment on #168)

Replies: 1 comment 3 replies

Comment options

jhmgoossens
Apr 7, 2021
Collaborator Author

You must be logged in to vote
3 replies
@ralacroix
Comment options

@jhmgoossens
Comment options

jhmgoossens Apr 7, 2021
Collaborator Author

@ralacroix
Comment options

Answer selected by jhmgoossens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #185 on April 07, 2021 07:59.