polyhedra.jl-67491407-f73d-577b-9b50-8179a7c68029
Last mirrored from https://github.com/JuliaPolyhedra/Polyhedra.jl.git on 2019-11-19T03:13:32.736-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.29 , triggered by Travis cron job on branch "master"
https://github.com/unofficialjuliamirror/polyhedra.jl-67491407-f73d-577b-9b50-8179a7c68029
Science Score: 41.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
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
Last mirrored from https://github.com/JuliaPolyhedra/Polyhedra.jl.git on 2019-11-19T03:13:32.736-05:00 by @UnofficialJuliaMirrorBot via Travis job 481.29 , triggered by Travis cron job on branch "master"
Basic Info
- Host: GitHub
- Owner: UnofficialJuliaMirror
- License: other
- Language: Julia
- Default Branch: master
- Size: 1.21 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Polyhedra
| Documentation | Build Status | Social | References to cite |
|:-----------------:|:----------------:|:----------:|:----------------------:|
| |
|
|
|
|
|
|
| |
Polyhedra provides an unified interface for Polyhedral Computation Libraries such as CDDLib.jl. These manipulation notably include the transformation from (resp. to) an inequality representation of a polyhedron to (resp. from) its generator representation (convex hull of points + conic hull of rays) and projection/elimination of a variable with e.g. Fourier-Motzkin.
It defines the abstract type Polyhedron and splits the operations on this type in two categories:
- Mandatory: Operations that needs to be implemented by the Polyhedral Computation Libraries: e.g. Transformation between the two representations described above and variable elimination.
- Optional: Operations that can be implemented using the other operations and hence have a default implementation: e.g. creation of the polyhedron from the feasible set of a JuMP model, linear transformation, intersection, Minkowski addition, decomposition into points and faces for e.g. 3D visualization using DrakeVisualizer or GLVisualize.jl...
Documentation
- STABLE — most recently tagged version of the documentation.
- LATEST — in-development version of the documentation.
Citing
See CITATION.bib.
Owner
- Name: Unofficial Julia Mirror
- Login: UnofficialJuliaMirror
- Kind: organization
- Website: https://github.com/UnofficialJuliaMirror/MirrorUpdater.jl
- Repositories: 3
- Profile: https://github.com/UnofficialJuliaMirror
Mirror of all registered Julia packages. Updated weekly by @UnofficialJuliaMirrorBot. See also: @UnofficialJuliaMirrorSnapshots.
Citation (CITATION.bib)
@misc{legat2019polyhedra,
author = {Benoît Legat and
Robin Deits and
Oliver Evans and
Gustavo Goretkin and
Twan Koolen and
Joey Huchette and
Daisuke Oyama and
Marcelo Forets and
guberger and
Robert Schwarz and
Elliot Saba and
Chase Coleman},
title = {JuliaPolyhedra/Polyhedra.jl: v0.5.1},
month = may,
year = 2019,
doi = {10.5281/zenodo.1214290},
url = {https://doi.org/10.5281/zenodo.1214290}
}

