Coder Social home page Coder Social logo

spiegelm / flipgraph Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dohrau/flipgraph

0.0 2.0 0.0 264 KB

This is just an experiment trying to setup a .travis.yml for a C++11 project. Look at dohrau/flipgraph for the original project.

Home Page: https://github.com/dohrau/flipgraph

License: GNU General Public License v3.0

C++ 99.09% Makefile 0.91%

flipgraph's Introduction

Flipgraph

Flipgraph is a program for generation of flip graphs. It is part of my Master's thesis.

Usage

The program recognizes the following command line parameters.

  • -n: The number of vertices of the triangulations.
  • -o: The path of the output file. The standard output is used if no output file is specified.

What is a Flip Graph?

A maximal planar graph is called a triangulation since all of its faces are triangles. We consider abstract unlabeled triangulations, that is, we do not distinguish between triangulations in the same isomorphism class. Any edge {u,v} in a triangulation T has two incident triangles, say uva and vub. A flip operation consists of removing the edge {u,v} and then inserting the edge {a,b} instead. However, the edge {u,v} is flippable only if the edge {a,b} is not already present in T. The induced flip graph F = (V,E) is the graph where V is the set of all triangulations on n vertices. Moreover, for all triangulations T and T', the edge {T,T'} is contained in E if and only if T can be transformed into T' by a single flip.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.