|
Minotaur 0.4.1
Docs for developers
|
Different options and parameters that control branch-and-bound. More...
#include <DistParBranchAndBound.h>
Public Member Functions | |
| DistParBabOptions () | |
| Default constructor. | |
| DistParBabOptions (EnvPtr env) | |
| Constructor created from options in environment. | |
Public Attributes | |
| bool | createRoot |
| Should the root be created in branch-and-bound (yes), or the user calls branch-and-bound after creating the root (no)? | |
| double | logInterval |
| Time in seconds between status updates of the progress. | |
| UInt | nodeLimit |
| Limit on number of nodes processed. | |
| double | perGapLimit |
| Stop if the percent gap between lower and upper bounds of the objective function falls below this level. | |
| UInt | solLimit |
| Limit on number of nodes processed. | |
| double | timeLimit |
| Time limit in seconds for the branch-and-bound. | |
Different options and parameters that control branch-and-bound.