Skip to content

Algorithms to recognize graphic and network matrices.

License

Notifications You must be signed in to change notification settings

rolfvdhulst/matrec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATREC: Matrix recognition algorithms

This repository contains algorithms to recognize graphic matrices and network matrices. Graphic matrices and Network matrices are important objects in optimization and combinatorics. Network matrices and transposed are a large subclass of totally unimodular matrices, which makes them particularly interesting for mixed-integer linear programming applications.

Graphic.h contains two algorithms; a column-wise algorithm, which is based on:

Robert E. Bixby, Donald K. Wagner, (1988) An Almost Linear-Time Algorithm for Graph Realization. Mathematics of Operations Research 13(1):99-123.

and a row-wise algorithm, which is based on our recent work:

Rolf van der Hulst, Matthias Walter, (2024) A Row-wise Algorithm for Graph Realization. Arxiv link

In Network.h, we adapted the algorithms from Graphic.h to the network matrix setting. If you use this software in a publication, please cite our preprint.

Dependencies

The library has no dependencies.

If users which to build the tests, then they need to install the following packages:

Building the software

  1. Create a build directory

mkdir build

  1. Navigate to the build directory

cd build

  1. Configure the build

cmake ..

Optionally, users can add -DBUILD_TESTS=ON to build the tests. Note that for these, dependencies are required.

  1. Compile:

make

  1. (Optional) Install the library

make install

About

Algorithms to recognize graphic and network matrices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published