Top "Solver" questions

A solver is a generic term indicating a piece of mathematical software, possibly in the form of a stand-alone computer program or as a software library, that 'solves' a mathematical problem.

R solve:system is exactly singular

I am solving simple optimization problem. The data set has 26 columns and over 3000 rows. The source code looks like Means &…

r optimization solver
Solve an equation using a python numerical solver in numpy

I have an equation, as follows: R - ((1.0 - np.exp(-tau))/(1.0 - np.exp(-a*tau))) = 0. I want to …

python-2.7 numpy equation solver
Java Sudoku Generator(easiest solution)

In my last question seen here: Sudoku - Region testing I asked how to check the 3x3 regions and someone …

java generator sudoku solver
Is there an Excel Function to find a combination of numbers

I am not familiar with all of excel's functions and data tools, though I am familiar with excel. My problem …

vba excel solver
Excel Solver not obeying binary constraint

I created a model in Excel to use in conjunction with Solver. It mostly works. The only problem is that …

excel solver
Python solve equation for one variable

I'm trying to solve an equation in python using SymPy. I have a generated equation (something like function = y(8.0-(…

python solver sympy equations
Excel Solver Password: what is it and where can it be acquired/bought?

I've been exploring VBA and excel and I've been writing a few basic codes around the Excel Solver. However robust …

excel vba passwords solver
How can a declaration conflict with itself?

This is the error I'm getting when trying to compile some code that uses taucs (not my code): .../taucs/src/…

c++ g++ solver
Does anyone know a better alternative to MS Excel's Solver?

My company has to crunch a lot of data and part of the process involves running the solver and plotting …

.net excel open-source solver
C++: Solving Cubic Equations

This site solves cubic equations, and has the equations it uses I wrote this function to get the same results …

c++ c equation solver cubic