Coluna Configuration
todo
Raw Parameters
todo
params
Coluna.Params
— TypeColuna.Params(
solver = Coluna.Algorithm.TreeSearchAlgorithm(),
global_art_var_cost = 10e6,
local_art_var_cost = 10e4
)
Parameters of Coluna :
solver
is the algorithm used to optimize the reformulation.global_art_var_cost
is the cost of the global artificial variables in the masterlocal_art_var_cost
is the cost of the local artificial variables in the master
default_optimizer
todo
Other Supported Parameters
From BlockDecomposition
BlockDecomposition.objectiveprimalbound!
— Functionobjectiveprimalbound!(model, pb)
Define a primal bound on the optimal objective value (upper bound for a minimisation, lower bound for a maximisation).
BlockDecomposition.objectivedualbound!
— Functionobjectivedualbound!(model, db)
Define a dual bound on the optimal objective value. (lower bound for a minimisation, upper bound for a maximisation)
From MathOptInterface
todo