Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
solver
- Page 1
Solver/Optimizer
Programming
Computer Science
14 Years Ago
by Trepach
I need a nonlinear
solver
for optimizing a given function. I tried the inbuilt solvers … more than 2 variables. Please if you know a good
solver
/optimizer gimme a shout. Thanks in advance
Re: Solver/Optimizer
Programming
Computer Science
14 Years Ago
by erikandr
Hi Trepatch, The general answer is that no nonlinear
solver
can give you the global optimum. Most nonlinear solvers will … is a concave/convex function, in which case a nonlinear
solver
will give you the global optimum. Cheers, Erik
How to use Excel solver Add-in using C# VSTO
Programming
Software Development
14 Years Ago
by Piya27
…using Office = Microsoft.Office.Core; //path where
solver
add-in is by-default installed string solverPath …office\OFFICE14\library\
SOLVER
\
SOLVER
.XLAM"; //running
Solver
add-in workbook.Application.Run("
SOLVER
.Auto_open", …If I use "workbook.Application.Run("
SOLVER
.Auto_open", .." still I get error…
trouble with 'Solver.xla!Auto_Open' in Excel
Programming
Software Development
16 Years Ago
by Tekito
… this line, a listbox (that is totally unrelated to the
Solver
) in the program isn't refreshing properly. For the life… of me, I cannot figure out why
Solver
would be influencing the behavior of this listbox. Can anybody…offer any type of explanation of what exactly the command
Solver
.xla!Auto_Open is really doing, so that I can maybe…
Quadratic Solver/Info
Programming
Software Development
13 Years Ago
by DoubleTapThat
… [CODE=Python]#import required library import math def
solver
(a,b,c): ############################################################### ### this function is …to the "except" section below problemsolution =
solver
(number1,number2,number3) if len(problemsolution) == 2:…
VB and excel solver (runtime errors)
Programming
Software Development
17 Years Ago
by eoghan
… 13 or error 2036 or error 2007. The program uses
Solver
in excel to find best fit solutions for a matrix… has an error. The problem seems to be one with
solver
also as I have constraints on cells t2, t3, t4… values which didnt give an error. I believe limatations with
solver
may be as much to blame. Anyone got any ideas…
Common problem solver framework design
Programming
Software Development
17 Years Ago
by AceKnocks
…as configuration, goal, and find-next-configuration. The problem
solver
should be able to solve any problem that conforms to…uses to solve puzzles. This description should explain how the
solver
will solve puzzles. [U]It is important to realize… that the
solver
must be capable of solving any puzzle and must …
Need numerical solver to use with Excel & VB
Programming
Software Development
16 Years Ago
by Tekito
… that are not explicit, so I need a numerical
solver
program. Excel's
Solver
is supposedly designed for this purpose; however my…. So my plan is to find another (preferably free) numerical
solver
program out there that can interface with Excel and/or…
Comments/Critiques Wanted on C++ OO solution to a sudoku solver
Programming
Software Development
15 Years Ago
by lss123
…cpp * Author: Louis Savalli * Purpose: Implements a Sudoku
solver
program. * The user is prompted to enter a file…Louis Savalli * Purpose: interface for classes used in Sudoko *
solver
program * ********************************************/ #ifndef SUDOKU_UTILS_H_INCLUDED #define SUDOKU_UTILS_H_INCLUDED #define SIZE …
Quest for most stupid Sudoku solver
Programming
Software Development
14 Years Ago
by TrustyTony
…. So I took the right answer from the super fine
solver
and entered the forum to see what kind of solutions… take a filosophical stance and prove how stupid the sudoku
solver
can come and still solve all puzzles and reasonably give… idea was to be as different from original advanced Sudoku
solver
as possible, but still I wanted to solve the Sudokus…
Re: I want to build auto math solver in my site
Programming
Computer Science
19 Years Ago
by iamthwee
…, I want to establish a website and include auto math
solver
. Where I order math software for to prepare? If anyone…/he can contact me. I will give them my math
solver
list and detail and we can discuss them all detail… is? Yes that's rite, it's big. By math
solver
you could mean anything and everything? Building one is another…
Re: Need numerical solver to use with Excel & VB
Programming
Software Development
16 Years Ago
by Tekito
… the question was if anyone actually knew of any numerical
solver
programs (such as Matlab or Mathematica) out there that can… high degree of accuracy. A lot of times with Excel
Solver
, I have to play with the settings until it will…
I want to build auto math solver in my site
Programming
Computer Science
19 Years Ago
by sunpower
Hello, I want to establish a website and include auto math
solver
. Where I order math software for to prepare? If anyone prepares me when s/he can contact me. I will give them my math
solver
list and detail and we can discuss them all detail. Best regards
Excel solver using VB6
Programming
Software Development
18 Years Ago
by Shefali
Hello all I need to solve a equation using excel
solver
from visual basic 6. i did it manually in excel … me whats the problem or how do i automate excel
solver
using vb6. any help will be appreciated. thanks. shefali…
line print out for sudoku solver
Programming
Software Development
16 Years Ago
by defience
Hi, I found this sudoku
solver
online and it works good but I was wondering how …): if val: cell.setSolution(val) def solve(self): #Brute-force
solver
self.solveByReduction() lensols=[(len(c.solutions),c.index) for c…
recursive sudoku solver (asap)
Programming
Software Development
16 Years Ago
by azwraith69
… droppin' i need to write a program, a recursive sudoku
solver
and this is what i have so far... [B]main…;& (y+n)==j)) { return false; } } } return true; } // Recursive Sudoku
solver
void solve(vector< vector<char> > rows…
Futoshiki Puzzle Solver
Programming
Software Development
14 Years Ago
by j_cart007
Hello! Does anyone have any idea about Futoshiki Puzzle
Solver
. I'm new to programming and i want to make a puzzle
solver
in java. Any helpful reply would be regarded. Thanks
Re: Quest for most stupid Sudoku solver
Programming
Software Development
14 Years Ago
by TrustyTony
…;" Stupid Sudoku 1.0 As original as possible Sudoku
solver
for Project Euler solution Keep this comment if you use…
Triangle / Peg Solitaire Solver
Programming
Software Development
13 Years Ago
by zekish
…. I am in the process of writing a peg solitaire
solver
in Python. It will allow the user to select the… to get exactly one peg remaining in the end. My
solver
will solve for all solutions for a given starting hole…
Puzzle Solver
Programming
Game Development
12 Years Ago
by FUTURECompEng
… figure this out. I am trying to create a sudoku
solver
using sat4j for a 9x9 puzzle. I am trying to… read a partially filled board and, by using a Satisability
solver
it finds a legal assignment to the empty squares (if…
Puzzle Solver Using Sat4j
Programming
Software Development
12 Years Ago
by FUTURECompEng
… figure this out. I am trying to create a sudoku
solver
using sat4j for a 9x9 puzzle. I am trying to… read a partially filled board and, by using a Satisability
solver
it finds a legal assignment to the empty squares (if…
C# Sudoku solver stack overflow
Programming
Software Development
10 Years Ago
by Felix Arba
… my problem . The program I wanted to make is sudoku
solver
. Now , It's something I'm only making for fun… , it's not important for me to have the sudoku
solver
, but to understand where my mistake was . Thanks in advance…
Quadratic Equations Solver
Programming
Software Development
10 Years Ago
by Petcheco
…, guys. I wrote the code to a Quadratic Equations
Solver
and I'd like for you to run the program …; Repetir(repetir); } return 0; } int main() { SetConsoleTitle("Quadratic Equation
Solver
"); setlocale(LC_ALL, "Portuguese"); Instrucoes(repetir); return 0…
Quadratic Solver: Header v.s Class v.s Test File
Programming
5 Years Ago
by misstj555
… user they are using a "Quadratic
Solver
cout<< "Welcome to Quadratic
Solver
:"<<endl; cout<…
Re: recursive sudoku solver (asap)
Programming
Software Development
16 Years Ago
by azwraith69
…;& (y+n)==j)) { return false; } } } return true; } // Recursive Sudoku
solver
void solve(vector< vector<char> > *rows…
Re: recursive sudoku solver (asap)
Programming
Software Development
16 Years Ago
by azwraith69
…; (y+n)==j)) { return false; } } }[/B] return true; } // Recursive Sudoku
solver
void solve(vector< vector<char> > &…
Re: Futoshiki Puzzle Solver
Programming
Software Development
14 Years Ago
by jon.kiparsky
Okay, I just learned what a futoshiki puzzle is - never saw one before. Fun, in that sudoku/ken-ken sort of way. Okay, so you want to make a
solver
? How much Java do you know? Where would you start?
Re: Futoshiki Puzzle Solver
Programming
Software Development
14 Years Ago
by j_cart007
Well i know a bit about it. i would start off with 3 2d arrays, 1st array for Grid 2nd array for Row Constraints and 3rd array for column constraint. then fill the grid and constraints. after that i'm stuck that how to do the main
solver
logic to check the rules.
Re: DEV-C++ equation solver
Programming
Software Development
13 Years Ago
by thecoolman5
… snippets that you posted, raptr_dflo, didnt work. Heres the equation
solver
code: [CODE]#include<iostream> #include<cstdio>… main (char argc) { for(;;) { cout << "Variable equation
solver
version 1.2" << endl; cout <<…
Re: DEV-C++ equation solver
Programming
Software Development
13 Years Ago
by thecoolman5
ok, i built that code into my variable equation
solver
and now the thing wont compile. your 3rd to last post said me to put [CODE](srand(time(0)))[/CODE] in my equation
solver
code. that just makes C++ create a set of about 10 numbers in a given range (rr1, rr2) and it repeats itself over and over.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC