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.

JavaScript equation solver library

Is there a JavaScript library or function that will solve equations for variables? Such as 9 = 3 + x and solve for x. …

javascript equation solver
How do you install glpk-solver along with pyomo in Winpython

I want to use "pyomo" for my studies. I installed pyomo via easy_install coopr install instructions, Pyomo needs a …

python installation solver glpk pyomo
C# solve simplest equations

In C#, I am looking for a way to solve simple equations like this. Z = A + B I am trying …

c# solver
Sudoku solver in JS

I'm trying to write an algorithm that can solve sudoku. For now, my code works till supplyGrid is out of …

javascript solver sudoku
Matlab ode45. How to change a parameter inside it while calling it?

I'm new with Matlab. I hope you can help me. I have to solve a system of ODEs using ODE45 …

function matlab handle solver ode
Automatically run excel solver when some numbers in the sheet change

I am trying to run a cost analysis for a school in excel. At different pricing we get different number …

excel solver
Any good tools to solve integer programs on linux?

Are there any good tools to solve integer programs on Linux? I have a small problem that I want to …

linux solver linear-programming
Resolving problems with Algebraic Loops in SIMULINK models

MY PROBLEM I have a SIMULINK model that has got a feeback loop aka Algebraic Loops that is causing error …

simulink solver feedback-loop
Sudoku GUI using java

I'm currently working on my GUI for this Sudoku solver I'm making. I've managed to print out the board with …

java swing user-interface sudoku solver
What is SAT and what it is good for?

Recently I saw a Reddit article on using SAT for solving a puzzle [1]. This got me very curios about this "…

algorithm theory solver