This code describes the distribution network reconfiguration problem in the form of mathematical optimization. However, the strict mathematical model falls under the category of non-linear and non-convex optimization, which is theoretically an NP-hard problem and lacks an effective solving method. In this regard, second-order cone convex relaxation techniques and linearization methods can be introduced as needed to transform the original optimization model into a form that has a convex feasible region for solving. The hybrid integer second-order cone programming model is shown below:
1 Objective Function
Assuming the objective function is chosen to reduce system network losses:
HBA-DTT/Distribution_networks_reconfiguration
Reconfiguration of distribution networks using mixed integer second-order cone model (MISOCP)
MATLABApache-2.0