Open chriscoey opened 2 years ago
when integer variables are fixed, it may be possible to solve multiple smaller conic subproblems and get cuts and partial solutions from each. can detect from the A_cont and G_cont whether it is possible to partition the variables.
Maybe can use https://juliagraphs.org/Graphs.jl/dev/pathing/#Graphs.connected_components to partition the variables
when integer variables are fixed, it may be possible to solve multiple smaller conic subproblems and get cuts and partial solutions from each. can detect from the A_cont and G_cont whether it is possible to partition the variables.