File: README.md

package info (click to toggle)
brial 1.2.12-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,404 kB
  • sloc: cpp: 219,610; ansic: 43,783; python: 4,172; makefile: 336; sh: 5
file content (15 lines) | stat: -rw-r--r-- 570 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[![Build Status](https://travis-ci.com/BRiAl/BRiAl.svg?branch=master)](https://travis-ci.com/BRiAl/BRiAl)

BRiAl is the legacy version of PolyBoRi maintained by sagemath developers.

libBRiAl is the C/C++ library part of BRiAl.

The building requisite for libBRiAl are
* A modern C compiler supporting the C99 standard
* A modern C++ compiler supporting C++11
* A recent Boost release (1.58.0 or over)
* The m4ri library

Also included but to be installed separately is sage-brial.
sage-brial offers a python interface to libbrial through the
sage bindings to libbrial.