Table of Contents
Fetching ...

Permutation Picture of Graph Combinatorial Optimization Problems

Yimeng Min

TL;DR

This paper proposes a framework that formulates a wide range of graph combinatorial optimization problems using permutation-based representations, potentially opening up new avenues for algorithm design in neural combinatorial optimization.

Abstract

This paper proposes a framework that formulates a wide range of graph combinatorial optimization problems using permutation-based representations. These problems include the travelling salesman problem, maximum independent set, maximum cut, and various other related problems. This work potentially opens up new avenues for algorithm design in neural combinatorial optimization, bridging the gap between discrete and continuous optimization techniques.

Permutation Picture of Graph Combinatorial Optimization Problems

TL;DR

This paper proposes a framework that formulates a wide range of graph combinatorial optimization problems using permutation-based representations, potentially opening up new avenues for algorithm design in neural combinatorial optimization.

Abstract

This paper proposes a framework that formulates a wide range of graph combinatorial optimization problems using permutation-based representations. These problems include the travelling salesman problem, maximum independent set, maximum cut, and various other related problems. This work potentially opens up new avenues for algorithm design in neural combinatorial optimization, bridging the gap between discrete and continuous optimization techniques.

Paper Structure

This paper contains 53 sections, 51 equations, 2 figures.

Figures (2)

  • Figure 1: Unsupervised Learning Framework for Graph Combinatorial Problems
  • Figure 2: Comparison of graph labellings and their adjacency matrices. The blue nodes are the solution of the MIS Problem. $A_1$ is the adjacency matrix of the left labelling and $A_2$ corresponds to the right one.