Skip to content

moritz-gross/FixCon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14c02d2 · Dec 27, 2024
Sep 30, 2020
Sep 2, 2020
Sep 21, 2020
Aug 26, 2020
Sep 30, 2020
Oct 6, 2020
Oct 6, 2020
Oct 6, 2020
Oct 6, 2020
Oct 6, 2020
Sep 29, 2020
Sep 2, 2020
Sep 30, 2020
Dec 27, 2024

Repository files navigation

FixCon

Introduction

This project is a Generic Solver for Fixed-Cardinality Subgraph Problems.

This means that for a given target-function f that maps graphs to the real numbers, a fixed natural number k and an undirected graph G, it finds a connected subgraph of G with k vertices that maximizes the target-function f.
As f may also be an indicator-function for a desired property of the subgraph (for example being a tree, containing no triangles or being n-regular), the question of existance of subgraphs with this property can also be answered.

This is project of the Algorithmics Research Group of the Philipps-Universität Marburg.

The paper the main algorithm is based off can be found here.