Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 26, 2020 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/ff3f06adbfafe2be4479d5ffabf8f316 to your computer and use it in GitHub Desktop.
Save r-ryantm/ff3f06adbfafe2be4479d5ffabf8f316 to your computer and use it in GitHub Desktop.
/nix/store/p88l9q7gn6nv7b38q3jczpchx6sbbma6-libpoly-0.1.8
├── include
│   └── poly
│   ├── algebraic_number.h
│   ├── assignment.h
│   ├── dyadic_interval.h
│   ├── dyadic_rational.h
│   ├── feasibility_set.h
│   ├── integer.h
│   ├── interval.h
│   ├── monomial.h
│   ├── output_language.h
│   ├── poly.h
│   ├── polynomial_context.h
│   ├── polynomial.h
│   ├── polynomial_hash_set.h
│   ├── polynomial_vector.h
│   ├── rational.h
│   ├── rational_interval.h
│   ├── sign_condition.h
│   ├── upolynomial_factors.h
│   ├── upolynomial.h
│   ├── value.h
│   ├── variable_db.h
│   ├── variable_list.h
│   ├── variable_order.h
│   └── version.h
└── lib
├── libpoly.a
├── libpoly.so -> libpoly.so.0
├── libpoly.so.0 -> libpoly.so.0.1.8
└── libpoly.so.0.1.8
3 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment