Giter Site home page Giter Site logo

bethandtownes / fpsolve Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mschlund/fpsolve

0.0 0.0 0.0 27.1 MB

FPsolve: solver for polynomial equations over omega-continuous semirings

License: BSD 2-Clause "Simplified" License

CMake 0.49% C 1.25% Shell 1.23% C++ 52.96% GAP 41.63% Makefile 0.07% Python 2.37%

fpsolve's Introduction

FPsolve -- Overview

FPsolve is a proof-of-concept implementation of a fixed-point solver based on Newton's method generalized to omega-continuous semirings. For some introduction about this idea, have a look at this paper.

Installing

Basic requirements

Currently to build FPsolve you will need a C++ compiler with C++0x/C++11 support (tested on GCC 4.6 and 4.7 as well as Clang 3.2), as well as Boost libraries. For tests we additionally depend on Cppunit.

Installing with Clang and libc++

Installing with Clang should work fine as long as you're using the libstdc++ from GCC. Installing with libc++ exposes a bug in Boost (#7391) that makes the compilation fail. The current workaround is to slightly change Boost (as suggested in the ticket).

Also remember that to build with libc++ you need both Boost and Cppunit compiled with libc++ too. To make it easier to use different installations of Boost and Cppunit, you can specify the BOOST_ROOT and CPPUNIT_ROOT environment variables, before running cmake, to point to the directories containing the libraries.

Installing

see Readme.INSTALL for more details!

  1. Run cmake . in newton/c

  2. Run make in newton/c

LICENSE

The source code is distributed under the BSD license, see http://www.opensource.org/licenses/bsd-license.php . The library libfa used here has its own licensing, see newton/c/fa.h for that.

fpsolve's People

Contributors

michalt avatar regularapproximation avatar mkerscher avatar mike1703 avatar cerasus13 avatar

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.