[Coin-discuss] time limit in CBC
Lou Hafer
lou at cs.sfu.ca
Wed Mar 22 11:42:03 EST 2006
Christy,
Yes, `seconds' is the proper option to place a time limit on the run.
To specify this from the command line, you would say, for example,
solve -seconds 500 -import testproblem.mps -solve
The command
solve testproblem.mps
is a convenient shorthand for
solve -import testproblem.mps -solve
Once you start giving parameters other than the mps file name, you have to
provide all the parameters.
You can use `solve -help' to get help information, or simply type `help' or
`?' in the interactive mode.
Lou
More information about the Coin-discuss
mailing list