Minotaur 0.4.1
Docs for developers
Public Member Functions | Public Attributes | List of all members
Minotaur::ParBabOptions Struct Reference

Different options and parameters that control branch-and-bound. More...

#include <ParBranchAndBound.h>

Public Member Functions

 ParBabOptions ()
 Default constructor.
 
 ParBabOptions (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.
 

Detailed Description

Different options and parameters that control branch-and-bound.


The documentation for this struct was generated from the following files:

Minotaur source code documented by Doxygen 1.9.4 on Thu Apr 24 2025