ramsey

Code for finding and examining extremal cases for the Ramsey numbers

https://github.com/bjornfidder/ramsey

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Code for finding and examining extremal cases for the Ramsey numbers

Basic Info
  • Host: GitHub
  • Owner: BjornFidder
  • License: mit
  • Language: C#
  • Default Branch: main
  • Size: 28.3 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License Citation

README.md

ramsey

Code for finding and examining extremal cases for the Ramsey numbers

This is C# code for a Bachelor's thesis on the Ramsey numbers, using statistical physics and network theory. The basis for finding extremal cases of the Ramsey numbers is a Metropolis algorithm, where the Hamiltonian is given by the number of monochromatic cliques of the size of interest. From the Program class, one can run simulations for finding extremal cases, while the other commented functions are for examining extremal cases. Simply uncomment a function and set the parameters as you wish. Some functions export data to a text file, you will have to change the paths or disable the export. One may use simple Python plotting applications to create histograms or graphs (e.g. matplotlib).

Owner

  • Login: BjornFidder
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Fidder"
  given-names: "Bjorn"
title: "Finding and examining extremal cases of the Ramsey numbers"
version: 1.0.0
date-released: 2023-06-15
url: "https://github.com/BjornFidder/ramsey"

GitHub Events

Total
Last Year

Dependencies

packages.config nuget
  • Combinatorics 2.0.0
  • MathNet.Numerics 5.0.0
  • System.ValueTuple 4.4.0