Microsoft Solver Foundation (MSF) is a framework for modeling optimization problems. It provides a .NET API and runtime (Solver Foudation Services) and uses a declarative modeling language (OML). MSF contains built-in solvers and interfaces with external solvers.
0
votes
0answers
34 views
Solver foundation simplex solution takes a lot of time
Trying to solve the following problem using Solver foundation:
Given: range: {x | x from double} and points: {(x,y) | x,y from double}
Find piece wise linear function - { (a,b) | a,b from double} ...
0
votes
0answers
37 views
Unimodality constraint with Microsoft Solver Foundation
I am using Microsoft Solver Foundation (MSF) to solve an Ax = b problem where x is positive. I want to add the additional constraint of "unimodality", i.e. x increases monotonically to some maximum ...
0
votes
0answers
83 views
Microsoft Solver Foundation: Add decision variables in a loop to a constraint
I'm trying to create an optimization model using Microsoft Solver Foundation with VB.NET in Visual Studio 2010. Basically I have a list of 3 types of employees that I need to hire (bartenders, ...
0
votes
0answers
55 views
Starter with Microsoft Solver Fundation [closed]
I´m programming with visual studio in C#.
I´m a starter (absolute virgin) with MSF and I need help to understand the modeling.
I have following problem to resolve:
Scheduling of production.
...
0
votes
0answers
33 views
Where can I download LpSolvePlugIn.dll
I couldn't find LpSolvePlugIn.dll to be used with Microsoft Solver Foundation, could you please let me know where can I download it?
0
votes
0answers
27 views
Abs in SetCoefficient of InteriorPointSolver in Microsoft Solver Foundation
The QuadraticPortfolio example included with Solver Foundation download imposes a constraint, "unity", to ensure that the sum of investments totals 1.00. i.e. net exposure of the portfolio is one. I ...
0
votes
0answers
87 views
Solver Foundation and the .NET GAC
I have made an app using the microsoft solver foundation, and its great. But my problem is that my client haven't installed the microsoft solver foundation, so when the run the program they got this ...
0
votes
0answers
51 views
How to install solver foundation to Windows 8?
I tried to install Solver Foundation Express Edition to my Windows8 Pro (64bit) laptop with administrator rights.
When I run the installer (also 64bit) I got message "The installation package could ...
0
votes
2answers
205 views
Solver Foundation in C# has a bigger error than Excel's solver
I'm starting to use Solver Foundation in a WPF/C# app, which should replace an Excel sheet that solves a linear problem, something simple like this:
Mix A: (20% A + 70% B + 10% C)
Mix B: (35% A + ...
1
vote
0answers
99 views
Microsoft Solver Foundation - Never returns value
I need to port an excel spreadsheet that uses the solver plugin to an ASP.NET c# site, I'm using the Solver Foundation 3.1 to no avail.
The equation is iterative, and two conditions need to be met in ...
0
votes
1answer
189 views
solving the Chapman-Richards equation
I need to find a way to solve the Chapman-Richards with 3 parameters. The equation is
F=a(1-EXP(-bt)) power c
It is a nonlinear problem. The goal is to minimize the error and the constraints are ...
5
votes
1answer
143 views
Microsoft Solver Foundation Location Dispersion Goal
I am trying to use the microsoft solver foundation so I could be able to select the 3 most dispersed locations out of a collection of locations. I have added two goals to my model, one that ensures 3 ...
3
votes
3answers
214 views
LpSolve Plugin For Microsoft Solver Foundation not working on 64bit OS
I can't make LPSolvePlugIn for MSF work on a 64 bit OS.
(inside a c# dll hosted called from asp mvc 3 application)
Is there a specific version for this?
Should I build my application targeting x86? ...
3
votes
1answer
311 views
Quotations and pattern matching in F#
In a new console application, just pasting the following code leads to the exception "The parameter is not a recognized method name".
Does the following code work on your installation?
Joker: Do you ...
18
votes
1answer
486 views
Defining the Goal using Microsoft Solution Foundation
Program Purpose: Integration. I am implementing an adaptive quadrature (aka numerical integration) algorithm for high dimensions (up to 100). The idea is to randomly break the volume up into smaller ...
1
vote
1answer
287 views
Using MS Solver Foundation with Matrix Multiplication
I am trying to use the Microsoft Solver Foundation to optimize a problem that I have involving matrix multiplication. I can do this using Excel's solver, but I am trying to integrate it in C# and am ...
2
votes
1answer
136 views
Converting a string to a constraint “Term” in Solver Foundation
I'm trying to use Solver Foundation to create an application which will be able to solve Linear Programming problems. Long story short I'm stuck when trying to convert a string expression to a ...
0
votes
1answer
54 views
Use ceiling function in solver foundation goal?
I'm trying to take the ceiling of one of my decision variables times 2.5, in my Solver goal function, but the Math.Ceiling() function can't be applied because the foobar variable isn't a double, it's ...
1
vote
2answers
480 views
How to reference Microsoft.Solver.Foundation in vs12?
I'm trying to add Solver Foundation to a project I'm working on in Visual Studio 2012, but I can't find it in the list.
I opened one of the example projects, and the reference is ...
2
votes
1answer
70 views
cannot implicitly convert type 'Microsoft.SolverFoundation.Services.Term' to 'bool'
I got an exception "cannot implicitly convert type 'Microsoft.SolverFoundation.Services.Term' to 'bool'" at the code below, how should I solve it?
Term a=null;
if(a==null)//<--this ...
0
votes
1answer
321 views
Is there a sample using Nelder-Mead solver in Microsoft Solver Foundation?
I have been checking the examples that come with Microsoft Solver Foundation for an example using the Neler-Mead solver. The samples website says there is one, but when I open the NLP sample written ...
0
votes
1answer
87 views
Math.Min for objective function
Given two decision variable d1,d2 that take in only number 0 and 1
if the objective function is the sum of them we can express it by
Term t1=d1 + d2;
model.AddGoal("goal", GoalKind.Maximize,t1);
...
0
votes
4answers
307 views
Microsoft Solver Foundation Variable limitation
Hi I am using Microsoft Solver Foundation to solve Linear Programming problem, but the variable has exceeded 1000, and it prompts following error:
{"Model size limit has been exceeded for this version ...
2
votes
0answers
213 views
Is there a directive in Microsoft Solver Foundation Services to match Solver in Excel?
I have an Excel workbook that is using the Solver add-in to maximize a set of equations with a square root in it (e.g. it's non-linear). I'm attempting to re-implement this in C# using Microsoft ...
0
votes
0answers
124 views
Binding a 2D array of doubles to a parameter in MS Solver Foundation
How to bind a 2D array to a parameter in Solver Foundation? Have tried defining the array as double(,); as double()() and as a list of tuples(double, i, j).
I have also tried to implement the ...
3
votes
1answer
156 views
Represent geographical distribution as constraint in linear prob?
I'm learning Solver Foundation right now. I'm actually plugging in lpsolve for my project, but I think my problem is a generic issue of how to best represent my constraints.
I have, what I think is, ...
1
vote
1answer
232 views
Is Microsoft Solver Foundation bugged?
I wrote this infeasible oml by mistake while trying to do another thing. What's wrong about it is that the constraint at the bottom is impossible since the minimum value on the right must be zero and ...
1
vote
1answer
126 views
How to use If operator in MS Solver Foundation?
What's wrong with this code?:
SolverContext sc = SolverContext.GetContext();
Model m = sc.CreateModel();
m.AddDecision(new Decision(Domain.IntegerNonnegative, "a"));
m.AddDecision(new ...
2
votes
1answer
141 views
Parameter that depends on a Decision in MSF
In Microsoft Solver Foundation, I'd like to know if it's possible to add a parameter who's value depends on a decision value.
I.e. I want something to the TSP model, but it should also take in ...
1
vote
1answer
159 views
Finding optimal point on 2D area using Solver
It's my first time with Solver Foundation, and I don't understand how to specify goal function. Problem I'm trying to solve using Solver is finding optimal point on 2D surface basing on goal function. ...
2
votes
1answer
56 views
How can i find k-best solutions?
I'm using Microsoft solver, and have wanted to ask how can i find
K-best solutions using LP and not just the optimal one?
I know that CPLEX has solution pool feature for
example.
Thank you for the ...
1
vote
1answer
364 views
F# Microsoft Solver Foundation - NelderMeadSolver class
Could anyone show me a sample code to use NelderMeadSolver class in F#?
For example, I want to minimize the following function: F(X, Y)
F = (X-1)^2 + (y-1)^2 where 0< X < 2 , 0< Y < ...
0
votes
1answer
166 views
Simple Minimization, but pass into method
I'm trying to use Solver Foundation to solve a simple one variable minimization problem (C#), but I'm new to this library and am finding an easy example hard to find...
What I'm trying to do minimize ...
0
votes
1answer
150 views
What function does Microsoft Solver Foundation's InteriorPointSolver minimize?
I am attempting to use InteriorPointSolver to solve a standard Quadratic Programming problem with linear constraints (per the definition that can be found here). My problem has no linear term (the ...
6
votes
3answers
459 views
how to: solver foundation quadratic least squares
I have two independent variables, GSH and Gls. Using these two variables, I'm trying to predict an outcome, prob. Using a function of the form:
prob=a*Gls^2+b*GSH^2+c*Gls+d*GSH+e // (where a,b,c,d,e ...
2
votes
0answers
98 views
Unit testing and Solver Foundation
I'm currently working on a large scale business application and I'm going to use Solver Foundation with Solver Foundation Services to solve a huge portfolio optimization problem with user defined ...
0
votes
1answer
350 views
Team Building Optimization Using Microsoft Solver Foundation 3.0
I'm working on a student project team building application. I'm familiar with optimization but haven't used Microsoft Solver Foundation before. I have my constraints worked out but am having trouble ...
0
votes
3answers
235 views
Automatic parameter tuning
I've got a an audio processing app that takes an input audio file, processes it, and spits out a modified output audio file. This audio processing app has 10-15 parameters that affect how it processes ...
4
votes
4answers
2k views
Use Microsoft Solver Foundation in C#
I'm trying to use Microsoft Solver Foundation in my C# application in VS2010 Ultimate. I've installed MSF (64 bit version) and as far as I understand I should be able to use the services after ...
0
votes
1answer
88 views
MissingMethodException using MS Solver Foundation v2.1
I am new to MS Solver Foundation and am trying to run the CompactQuasiNewtonSolver from C# but I am getting an error.
The only code I have inside my main method is this:
CompactQuasiNewtonSolver ...
1
vote
2answers
852 views
Disadvantages of using Solver Foundation for constraint programming
What are the disadvantages of using Microsoft Solver Foundation for CLP? Solver does have some support in the Express/Standard versions, but would imagine that one would need to buy the expensive ...
1
vote
1answer
498 views
solver solve constraint programming problem
Do anyone know any simple solver that can solve linear constraint math models? Example a simple model:
a + b + c = 100;
a/b/c = 2/3/4;
a > d
I'm using MS Solver foundation and this is my C# ...
2
votes
1answer
425 views
Simple time constraint problem using C# and Microsoft Solver Foundation?
I am trying to figure out the following simple problem in order to get acquainted with Solver Foundation.
I have 8 hours, 1 room and 3 teachers. Each teacher must hold 2 lectures 1 hour long each and ...
1
vote
2answers
191 views
How to enforce a Square number constraint in Microsoft Solver foundation OML?
I want to limit the result to only square numbers ( I am using excel plugin). How do I enforce this?
As in, Minimize Goal X subject to a condition that X is a square number.
0
votes
2answers
989 views
Microsoft Solver Foundation constraint
I'm trying to use Microsoft Solver Foundation 2 to solve a fairly complicated situation, however I'm stuck with an UnsupportedModelException even when I dumb down the model as much as possible.
Does ...
3
votes
1answer
396 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 ...
0
votes
2answers
839 views
Microsoft Solver Foundation Services declarative syntax
I have the following simple problem that I'd like to use to experiment with [MS Solver Foundation][1]:
I have 10 slots that I need to fill with integers in the range 1 to 5. I want to enforce only ...
1
vote
1answer
920 views
How to model simple scheduling problem using MS Solver Foundation?
I have the following simple problem that I'd like to use to experiment with MS Solver Foundation:
I have a schedule where I need to have 2 workers per day for 30 days. I need to honor the following ...
12
votes
4answers
6k views
Does Microsoft Solver Foundation fit my needs?
I'm looking into options for a linear and non-linear programming (optimization) framework.
Requirements are:
Support linear and non-linear programming problems with approx. 100-1000 variables and ...
1
vote
1answer
2k views
Microsoft Solver Fundation tutorial?
I develop an application (in C# Winform) that try to solve calendar issues and time slots assignments. This should be done by contraint programming.
Do you know some good url and tutorials to get ...
