target_model (Pyomo model) – The relaxed linear model.
dual_values (list) – The value of the duals for each constraint.
jacobians (ComponentMap) – Map nonlinear_constraint –> Map(variable –> jacobian of constraint w.r.t. variable).
objective_sense (Int) – Objective sense of model.
mip_constraint_polynomial_degree (Set) – The polynomial degrees of constraints that are regarded as linear.
mip_iter (Int) – MIP iteration counter.
config (ConfigBlock) – The specific configurations for MindtPy.
cb_opt (SolverFactory, optional) – Gurobi_persistent solver, by default None.
linearize_active (bool, optional) – Whether to linearize the active nonlinear constraints, by default True.
linearize_violated (bool, optional) – Whether to linearize the violated nonlinear constraints, by default True.