polytope 0.1.2

Data structures and methods for constructing polytopes.
Documentation
# The Polytope Library for Rust

[![Crate](https://img.shields.io/crates/v/polytope.svg)](https://crates.io/crates/polytope)
[![Documentation](https://docs.rs/polytope/badge.svg)](https://docs.rs/polytope/)
[![License](https://img.shields.io/crates/l/polytope.svg)](LICENSE)
[![Downloads](https://img.shields.io/crates/d/polytope.svg)](https://crates.io/crates/polytope)

Polytope is a Rust library that defines the `Polytope<V>` data structure and related methods for constructing
[polytopes](https://en.wikipedia.org/wiki/Polytope).

## Quick Start

See the [documentation](https://docs.rs/polytope/) to learn how to use Polytope.

## License

Polytope is distributed under the terms of the Apache License (Version 2.0).

See [LICENSE](LICENSE) for details.