HEUR CS

Name: HEUR_CS Type: bool Default Value: true Available Options: true, false Enables or disables the Constraint Satisfaction (CS) heuristic. This

Read More

FBBT TIMEOUT

Name: FBBT_TIMEOUT Type: double Default Value: 0.3 Range: [0−1.79e308] Sets a working limit, in seconds, for Feasibility Based Bounds Tightening

Read More

CUT POOL MAX SIZE

Name: CUT_POOL_MAX_SIZE Type: integer Default Value: 10000 Range: [0−2,147,483,647] This sets the maximum number of cuts to be kept in

Read More

CONVERGENCE TOLERANCE

Name: CONVERGENCE_TOLERANCE Type: double Default Value: 1.e-3 Range: [0−1.79e308] Octeract Engine guarantees global optimality within a pre-defined ϵ tolerance, and

Read More

MILP LB MAX NODES

Name: MILP_LB_MAX_NODES Type: integer Default Value: -1 Range: [-1 – 2.e9] This sets the maximum number of nodes that the

Read More

BRANCHING STRATEGY

Name: BRANCHING_STRATEGY Type: string Default Value: AUTOMATIC Available Options: AUTOMATIC, MOST_VIOLATED_TERM, HYBRID_INTEGER_LEAST_REDUCED_AXIS, MAX_SEPARATION_DISTANCE, STRONG_BRANCHING, MOST_FRACTIONAL_VARIABLE, MODIFIED_MOST_NONCONVEX_VARIABLE Pretty self-explanatory. By default

Read More