Tagged Questions
The solver tag has no wiki summary.
8
votes
2answers
1k views
Looking for a .NET Math Equation Editor and Solver Control
I am looking for a 3rd party custom control that can handle both editing and solving simple math equations (with image generation).
I know about LaTeX and using its syntax to generate images of math ...
7
votes
3answers
664 views
DFID (Dept-First Iterative Deeping) vs. IDA* (Iterative-Deeping A*)
I wonder what are the advantages and disadvantages of these two algorithms. I want to write AddEmUp C++ solved, but I'm not sure which (IDA or DFID) algorithm should I use.
The best article I found ...
7
votes
3answers
273 views
Is there any efficient way to dynamically change the compress_matrix in boost?
I am using ublas::Compressed Matrix to work with UMFPACK, a sparse linear solver. Since I am doing a simulation, so every time the linear system is constructed slightly differently that might involve ...
7
votes
5answers
1k views
How to choose an integer linear programming solver?
I am newbie for integer linear programming.
I plan to use a integer linear programming solver to solve my combinatorial optimization problem.
I am more familiar with C++/object oriented programming on ...
6
votes
3answers
273 views
Looking for testing matrices/systems for iterative linear solver
I am currently working on a C++-based library for large, sparse linear algebra problems (yes, I know many such libraries exist, but I'm rolling my own mostly to learn about iterative solvers, sparse ...
5
votes
1answer
100 views
C++ library for undetermined equation systems
I have been looking for a library in c++ to solve an undetermined system like this
q is a vector, w, x, y, z variables and a,b,c,d constants.
argmin_q MAX(q) - MIN(q)
s.t.
q[1] = a - w - y
q[2] = ...
5
votes
5answers
2k views
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/taucs.h:554: error: conflicting declaration ‘typedef struct taucs_ccs_matrix ...
5
votes
2answers
466 views
Structure/algorithm for solving game with overlapping cards
Consider a card game along the lines of Tower Solitaire, Tripeaks, or Fairway Solitaire: the table consists of some number of cards which are immediately available, each of which might be covering ...
5
votes
4answers
1k views
Efficient way of Solving Cryptarithms
Hi i came across this puzzle which is a subset of famous kind of word and numbers based puzzles called Cryptarithms. Say you have an expression as
S E N D + M O R E = M O N E Y
Now the interesting ...
4
votes
1answer
169 views
What's wrong with my sudoku solver function?
ok so i changed my function to a backtracking function (which i found online). It still reads from a file and inputs it in an array, the check function is working properly so i haven't changed that. ...
4
votes
1answer
89 views
event location questions in MATLAB
Suppose in matlab the following:
[t, x, te, xe, ie] = ode15s(@myfunc, [tStart tFinal], x0, odeset('Events', @events));
Question 1
1a) The function events is called only after a successful step of ...
4
votes
3answers
398 views
Looking for optimization algorithm in C++ to replace Excel Solver
since Excel Solver is quite slow to run on thousands of optimizations (the reason being that it uses the spreadsheet as interface), I'm trying to implement a similar (problem-specific) solver in C++ ...
4
votes
2answers
545 views
Javascript equation solve
Is there a javascript library or function that will solve equations for variables. Such as: 9=3+x and solve for x. But will also solve more advanced equations that include sine, cosine, and tangent. ...
4
votes
4answers
1k views
Game solving algorithm (Buttonia, lights-out variant)
I am trying to create a solvability function for a game algorithm. Basically a function that returns true or false for a given game it if is solvable or not.
The game is Buttonia.com (which does not ...
4
votes
10answers
5k views
Equation Solvers for C++
I need to solve a few mathematical equations in my application. Here's a typical example of such an equation:
a + b * c - d / e = a
Additional rules:
b % 10 = 0
b >= 0
b <= 100
Each number ...
3
votes
1answer
76 views
Is there any free ITERATIVE linear system solver in c++ that allows me to feed in an arbitrary initial guess?
I am looking for an iterative linear system solver to calculate a continuously changing field. For the simulation to work properly, I need to re-calculate the field (maybe several times) for every ...
3
votes
1answer
53 views
Saving the objective function values while using Solver, EXCEL
I have an optimization problem set up in Excel. When I optimize (using the gui), I get the final (optimum) value of the objective function. I can see that excel calculates the objective function ...
3
votes
1answer
204 views
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. Here is the function which describes my equitions.
function dNdt = rateEquations(t, y)
...
3
votes
1answer
300 views
Javascript: Solve a system of equations
I'm making a dew point calculator using the "closer approximation" on wikipedia.
I want to be able to calculate the dew point if the user enters any two variables.
Is there an easy way to do this ...
3
votes
1answer
385 views
Excel Solver and VBA: Floating point/decimal numbers in constraints get incorrectly converted to integers?
I'm running VBA scripts under both Excel 2007 and 2010 which involve a lot of optimization using the built-in Solver of Excel.
What is the correct way to specify decimal constraints like X>=0.0001 ...
3
votes
4answers
1k views
Python solve equation for one variable
I'm trying to solve an equation in python using scipy. I have a generated equation (something like function = y(8.0-(y**3.0)) which I use with scipy to create a new equation like this: eq = ...
3
votes
1answer
1k views
How to implement Excel Solver functionality in C#?
I have an application in C#, I need to do some optimization calculations, like Excel Solver Add-in does, one option is certainly to write my own solver implementation, but I'm kind of short of time, ...
3
votes
1answer
273 views
Microsoft Solver Foundation for semi-integer
Is it possible to use the MSF api to specify a variable as semi-integer (V = 0, or a <= V <= b)?
The following is an example in LP_Solve that uses the "sec" and "int" keywords to indicate the ...
3
votes
4answers
708 views
How to solve a system of inequalities?
I've reduced my problem (table layout algorithm) to the following problem:
Imagine I have N variables X1, X2, ..., XN. I also have some (undetermined) number of inequalities, like:
X1 >= 2
x2 + X3 ...
3
votes
2answers
2k views
QP solver for Java [closed]
I'm looking for a good easy to use Java based Quadratic Programming (QP) solver.
Googling around I came across ojAlgo (http://ojalgo.org).
However, I was wondering if there are any other/better ...
3
votes
9answers
4k views
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 a graph through resulting data points. Obviously there is a lot of copy and paste involved and ...
3
votes
6answers
997 views
Fast FEM Solvers
What are the fast solvers for FEM equations? I would prefer open source implementation, but if there is a commercial implementation, then I won't mind paying for it.
2
votes
1answer
55 views
Excel Solver VBA won't let one cell be bounded by two constraints (min and max)
I am trying to solve an optimization problem where one of the input variables must be bounded by a minimum and a maximum constraint. Because I don't run SolverReset at the end, I can tell afterwards ...
2
votes
1answer
71 views
Matlab formula equation editor GUI
How i can execute an equation from GUI?
Example:
How i can do this with various type of equation?
Thanks the answers.
2
votes
1answer
45 views
I need a Java solver Library work as optimization with the Excel Solver tool
I just started using Java for building models doing some analysis on PV modules.
I am currently writing a class for a PV module, single diode model. I need to use a few points of data such as ...
2
votes
1answer
76 views
How to set decision variables types like binary, int, double in Apache Commons Math SimplexSolver?
How to set decision variables types like binary, int, double in Apache Commons Math SimplexSolver? The output of the program below is this:
332.6666666666667
1.0
8331.666666666668
I want decision ...
2
votes
1answer
75 views
Maze Algorithm KINDA works. Some mazes, not ALL help
I am using a maze algorithm that works some of the time, but not all of the time. It uses recursion but I cannot figure out why it doesnt all the time.
public boolean findPath(int x, int y) {
...
2
votes
3answers
549 views
Java Sudoku Generator(easiest solution)
In my last question seen here: Sudoku - Region testing I asked how to check the 3x3 regions and someone was able to give me a satisfactory answer (although it involved a LOT of tinkering to get it ...
2
votes
2answers
494 views
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 <- colMeans(Returns)
Sigma <- cov(Returns)
invSigma1 <- ...
2
votes
1answer
363 views
Matrix solving with C (within CUDA)
As part of a larger problem, I need to solve small linear systems (i.e NxN where N ~10) so using the relevant cuda libraries doesn't make any sense in terms of speed.
Unfortunately something that's ...
2
votes
1answer
314 views
Excel VBA: Solver does not seem to optimize “over time” using a date variable?
I have an optimization problem that I try to tackle with solver. Among others, one decision variable is a cell containing a date. Based on a time series, Solver should pick the optimum point in time. ...
2
votes
1answer
270 views
Equation Solving Algorithm
Hello
I am trying to develop a physics problem solver. The program specifically will be written for android but that's not important. I have these three equations that will be familiar to anyone ...
2
votes
4answers
536 views
C# dll to solve simple equation
I am looking for a C# dll to solve simple equation. Example ..
10 = 2 + 3 + x
Result should be x = 5;
Is there a free DLL?
2
votes
7answers
1k views
Solve equation from string to result in C
I would like to know if anyone has info or experience on how to do something which sounds simple but doesn't look like it when trying to program it.
The idea is : give a string containing an equation, ...
2
votes
5answers
2k views
Java Anagram Solver
I can work out how to create anagrams of a string but I don't know how I can compare them to a dictionary of real words to check if the anagram is a real word. Is there a class in the Java API that ...
1
vote
0answers
65 views
Wrong result from z3
I'm trying to proof the following with Z3 SMT Solver: ((x*x) + x) = ((~x * ~x) + ~x).
This is correct, because of overflow semantic in the c programming language.
Now I have written the following ...
1
vote
2answers
110 views
Designing a symbolic equation solver
For a class I was assigned to a project to do a basic equation solver. It needs to solve linear equations. E.g. of some equations I should be able to solve:
a*x + b = c
a*x + b = c*x + d
16*x – 9*x ...
1
vote
2answers
155 views
Advice on writing a solver for Vexed levels
Vexed is a popular puzzle game, with many versions available (some of them GPL free software). It is very suitable for small screen devices; versions are available for Android, iOS, etc. I ...
1
vote
1answer
83 views
ode solver event location index in MATLAB
Suppose I am trying to solve a system of differential equations using an ode solver in MATLAB.
Suppose also that I have defined an events funtions to locate three different events which are all ...
1
vote
2answers
126 views
optim with inequality constraint
I am attempting to use optim() in R to solve for lambda in the following equation:
lambda/sigma^2 - ln(lambda/sigma^2) = 1 + 1/Q
subject to constraint :
lambda > sigma^2.
I am not sure ...
1
vote
0answers
78 views
GUI Constraint Solver [closed]
There is a constraint solver focused on window management, or rather, rectangles?. Something that simplifies the location of rectangulars objects in a grid.
I have something implemented that uses ...
1
vote
1answer
97 views
Which statistics indicate an efficient run of Z3?
The SMTLib2 directive (get-info all-statistics) displays several numbers, e.g.
num. conflicts: 4
num. propagations: 0 (binary: 0)
num. qa. inst: 23
In order to test different ...
1
vote
1answer
234 views
Calling Excel macros/Excel Solver from Python over com
I have a macro inside a 2007 xlsm file that, when called, creates a solver configuration (target, constraints, ...) and performs the solve without any user interaction. When run manually from excel ...
1
vote
1answer
206 views
How to use Solver Foundation to simplify a decision matrix
Have been struggling a while, seek for some suggestion here hopefully.
First the decision matrix is something like this:
Condition 1 -> Condition 2 -> Decision
Yes Yes Go ahead
...
1
vote
2answers
147 views
Implementions of “Interior Point Method” to solve LP (and QP)
I would like to look at a couple of implementations of IPMs. The languages preferable are C/C++, Java or any scripting languages like python, perl. Others are also fine.
I am searching for a good ...