Code Monkey home page Code Monkey logo

panda's Introduction

Official website

The official website for PANDA can be found here: http://comopt.ifi.uni-heidelberg.de/software/PANDA/

Note

This is an unofficial repository, although by the original author, solely for the purpose of having an archive of the software. If you found any bug, please raise an issue.

License

Creative Commons Attribution-NonCommercial 4.0 International License http://creativecommons.org/licenses/by-nc/4.0/

Docker

For convenience there is a docker image available.

docker run -i --rm -v"$(pwd)":/data panda panda /data/samples/panda_format/sample_1
// does the same as panda samples/panda_format/sample_1
// if you had installed panda manually

Explanation of the above command:

docker run -i --rm -v"$(pwd)":/data panda panda /data/samples/panda_format/sample_1
           ^  ^    ^                ^     ^     ^
           |  |    |                |     |     any panda command line argument goes here
           |  |    |                |     |
           |  |    |                |     run the panda command
           |  |    |                |
           |  |    |                use the panda image
           |  |    |
           |  |    map the current directory, such that files become available to the container
           |  |
           |  delete container when done
           |
           run in interactive mode such that output will be printed to terminal

Using the panda docker image on hub.docker.com

docker pull pandacomopt/panda
docker tag pandacomopt/panda panda

Building the docker image manually:

docker build -t panda .

panda's People

Contributors

stefanloerwald avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

teinvdlugt

panda's Issues

Rational maps

Is there any support for symmetry maps being rational combinations of the input variables? Typically something like: Names x y Maps x/2+y/2 x/2-y/2? This currently gives the following error: Exception caught: The error In "x/2+y/2" of a map, the token "x/2" is not a variable. occured in map #1.

From this error message I suspect the answer to my initial question is negative. In my actual example, the denominator is the same for the entire map and the vertices coordinates remain integers in the process. How hard would you then estimate the implementation to be and, if it looks reasonable, where shall I start?

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.