Author Archives: Dan Gezelter

Protomol

ProtoMol is a high-performance framework in c++ for rapid prototyping of novel algorithms for molecular dynamics and related applications. Its flexibility is achieved primarily through the use of inheritance and design patterns (object-oriented programming). Performance is obtained by using templates … Continue reading

Share
Posted in Theoretical and Computational | Leave a comment

LP_Solve

What is lp_solve and what is it not? The simple answer is, lp_solve is a Mixed Integer Linear Programming (MILP) solver. It is a free (see LGPL for the GNU lesser general public license) linear (integer) programming solver based on … Continue reading

Share
Posted in Optimization | Leave a comment

C++ BigInt class

C++ BigInt class enables the user to work with arbitrary precision integers Find C++ BigInt class at: https://sourceforge.net/projects/cpp-bigint/

Share
Posted in Number Theory | Leave a comment

Generating combinatorial objects in C++

Generating combinatorial objects: exponents, all exponents, permutations, color permutations, arrangements, combinations for any numbers and words Find Generating combinatorial objects in C++ at: https://sourceforge.net/projects/comb-objects/

Share
Posted in Combinatorics | Leave a comment

LabPlot

Data analysis and visualisation. A new KDE-based graphing / plotting package that looks very powerful. Find LabPlot at: http://labplot.sourceforge.net/

Share
Posted in Tools | Leave a comment

LabPlot

A new plotting package just crossed our radar screens. LabPlot looks like a great new tool for generating scientific plots and graphs.

Share
Posted in Software | Leave a comment

Multidimensional Quadrature, Graphing, and Plotting

Ed is asking about Multidimensional Quadrature and we’ve got an active discussion about graphing / plotting software over in the OpenScience forums. Drop by and contribute!

Share
Posted in Software | Leave a comment

Turing Machines, Performance monitoring, and PDE/ODE solvers

Lots of new entries today. First is XPPAut, a tool for solving all sorts of PDEs and ODEs. We’ve also added a link to the C/C++ program performeter which looks like an interesting way to evaluate the performance of scientific … Continue reading

Share
Posted in Software | Leave a comment

C++ Simulators of Turing and Post Machines

These C++ programs simulate nondeterministic / deterministic multitape Turing & Post machines, universal Turing machines, and Turing machines with faults, failures and recovery. Find C++ Simulators of Turing and Post Machines at: http://sourceforge.net/projects/turing-machine/

Share
Posted in Artificial Intelligence | Leave a comment

C/C++ Program Perfometer

The C/C++ Program Perfometer is an open source tool which enables the programmer to measure the comparative performance of a C/C++ program or of separated pieces of code by one of several desired metrics: e.g., time, memory, or metrics defined … Continue reading

Share
Posted in Measurement and Evaluation | Leave a comment