Name: FIRST_FEASIBLE_SOLUTION Type: bool Default Value: false Available Options: true, false Setting this to true will force the engine to
Name: FBBT_TIMEOUT Type: double Default Value: 0.3 Range: [0−1.79e308] Sets a working limit, in seconds, for Feasibility Based Bounds Tightening
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
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
Name: CONSTRAINT_VIOLATION_TOLERANCE Type: double Default Value: 1.e-6 Range: [0–1] This is the acceptable constraint violation when qualifying a solution as
Name: MILP_LB_MAX_NODES Type: integer Default Value: -1 Range: [-1 – 2.e9] This sets the maximum number of nodes that the
Name: CALCULATE_LB_LARGE_COEFFS Type: bool Default Value: false Available Options: true, false If this option is enabled the Engine will treat
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