Giter VIP home page Giter VIP logo

minimizer's Introduction

This repository contains supplementary files to the paper "Maximal distance minimizers for a rectangle".

verifier folder contains the source code of the computer search program described in the paper. It can be compiled as follows:

g++ -o main -std=c++11 -pthread -DCXSC_FORCE_TLS -DCXSC_USE_TLS_PREC -O2 -Wall -Werror -Wextra -mfpmath=sse -msse2 -I<path to C-XSC>/cxsc/include -L<path to C-XSC>/cxsc/lib main.cpp -lcxsc

Note that C-XSC library should be preinstalled on your machine. You can find the library source code and installation instructions on http://www.xsc.de/. Please make sure to list flags -O2 -DCXSC_FORCE_TLS -DCXSC_USE_TLS_PREC for the installation script to use during the compilation of the library. Without the last two flags the library will not work properly in multi-threaded environment.

After compilation, the program can be run as follows:

./main <t>

where t is the number of threads you would like to use. If t=0, the program will try to guess the number of concurrent threads supported by the machine.

Case4 contains the computations used in case 4 in Section 6 of the paper.

minimizer's People

Contributors

c0pymaster avatar

Watchers

 avatar

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.