6
|
8
|
Each generated instance is composed of two files: a vertex file and an edge file. Then, these files are used to encode the bipartite polarization problem as a MIP program in a format suitable to be solved with the solver [SCIP](https://www.scipopt.org/). Assuming you have SCIP instaled with the translator tool zimpl, you can solve any instance, with given vertex and edge files, using the provided script solve_bippol.sh:
|