Sign in
Microsoft Solver Foundation
Optimization and modeling in Excel and Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
CQN
Excel 2010
gurobi
INFORMS
Iron Python
LINQ
Mary Lee
MOSEK
Nathan Brixius
SFS
solver connectors
Solver Foundation
Technical Computing
tutorials
VS2010
Archive
Archives
September 2011
(3)
August 2011
(1)
June 2011
(1)
April 2011
(3)
March 2011
(1)
January 2011
(1)
December 2010
(1)
November 2010
(3)
September 2010
(2)
June 2010
(7)
May 2010
(4)
April 2010
(4)
March 2010
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Solver Foundation
Using Plug-in Solvers in Solver Foundation 3.1 for Excel
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
1
Comments
In this post we will show you how to use third-party solvers with the Microsoft Solver Foundation Add In for Excel. We assume that you have installed the Express version of Solver Foundation 3.1 from solverfoundation.com . There are two steps in the process...
Microsoft Solver Foundation
How to register a third-party solver in Iron Python
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
0
Comments
For years, Solver Foundation has provided the ability to plug-in third party solvers so that they can be used using the same programming model as Solver Foundation’s built-in solvers. In the past, solvers were registered using configuration files...
Microsoft Solver Foundation
Microsoft Solver Foundation v3.1 Released
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
5
Comments
Microsoft Solver Foundation 3.1 is now ready for download. Solver Foundation provides a complete system for optimization model specification, connection to data sources, and access to best-of-breed solvers for Excel users and .Net programmers. The Express...
Microsoft Solver Foundation
Microsoft Solver Foundation 3.1: preview
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
0
Comments
The next release of Solver Foundation, Microsoft Solver Foundation 3.1, will be released next month. The feature set for 3.1 is the result of feedback from numerous partners and customers. This post summarizes some of the improvements. Improved Nonlinear...
Microsoft Solver Foundation
Gurobi 4.5 Connector for Solver Foundation 3.0
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
0
Comments
The Gurobi connector for Solver Foundation has been updated for Gurobi 4.5. You can obtain the connector by visiting the Solver Foundation forum . Here are installation and usage instructions for the connector. These instructions have been verified on...
Microsoft Solver Foundation
MOSEK connector updated
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
0
Comments
We are pleased to announce an updated Solver Foundation connector to the popular MOSEK solver. MOSEK is designed to solve large-scale linear, mixed integer, and certain types of nonlinear models. To get started, download the free connector at the Solver...
Microsoft Solver Foundation
New Solver Foundation forum and home page
Posted
over 2 years ago
by
solverfoundation
1
Comments
Soma announced on his blog today that there's a brand new MSDN forum and DevLabs home page for Solver Foundation. The new MSDN forum is a great place to ask questions, share examples, and provide feedback to the team. Visit the MSDN forum at ...
Microsoft Solver Foundation
New Solver Foundation Forum coming soon
Posted
over 2 years ago
by
solverfoundation
0
Comments
As announced on the Solver Foundation MSDN forum , over the next few days we'll be rolling out brand-new Solver Foundation sites: A brand new forum for questions and discussions. It has better search, code formatting, and more. A new download...
Microsoft Solver Foundation
Video: Modeling with Solver Foundation 3.0
Posted
over 2 years ago
by
solverfoundation
2
Comments
We've posted a new video that shows how to use the Excel add-in for Solver Foundation 3.0. If you are new to modeling, optimization, or Solver Foundation, we hope you'll find this video useful as you get started. For more, check...
Microsoft Solver Foundation
Sparse Parameters in Solver Foundation 3.0
Posted
over 2 years ago
by
Nate Brixius ex-MSFT
1
Comments
Parameters represent input data for a model. Parameters are most useful when they are associated with Sets. Associating Sets with Parameters allows you define tables (or if you like: vectors and matrices) of data: these are called "indexed parameters...
Microsoft Solver Foundation
Solving non-linear models with Compact Quasi Newton solver part 2
Posted
over 3 years ago
by
dudeness
0
Comments
In our last post we described the new API of Solver Foundation 3.0 for non-linear model s . In particular we described the new API for the Compact Quasi Newton (CQN) solver. We also showed how to model and solve non-linear models using the solver interface...
Microsoft Solver Foundation
Solving non-linear models with Compact Quasi Newton solver part 1
Posted
over 3 years ago
by
dudeness
0
Comments
Several days ago, Microsoft Solver Foundation 3.0 was released , providing new features to build and solve nonlinear models. These features are at the solver, Solver Foundation Services, and modeling levels. Solver Foundation’s Compact Quasi Newton solver...
Microsoft Solver Foundation
Microsoft Solver Foundation v3.0 Released
Posted
over 3 years ago
by
solverfoundation
3
Comments
We pleased to announce the release of Microsoft Solver Foundation v3.0. The Express edition is available at http://code.msdn.microsoft.com/solverfoundation . The Standard and Academic Editions of Solver Foundation v3.0 will soon be available online via...
Microsoft Solver Foundation
Solver Foundation at INFORMS 2010
Posted
over 3 years ago
by
Nate Brixius ex-MSFT
0
Comments
The Solver Foundation team will once again be at the INFORMS annual meeting , this year in Austin, Texas. We will be showcasing our upcoming release featuring nonlinear optimization, mixed integer quadratic programming, new OML operators, SFS improvements...
Microsoft Solver Foundation
The next release of Solver Foundation
Posted
over 3 years ago
by
solverfoundation
0
Comments
The Solver Foundation team has been hard at work on our next release. We want to take a break from the action to share some details about we plan to ship. Our focus is to broaden the range of real-world models that can be created, solved and analyzed...
Microsoft Solver Foundation
Gurobi 3.0 Plug-in for Microsoft Solver Foundation 2.1
Posted
over 3 years ago
by
solverfoundation
0
Comments
Solver Foundation developers can update their environment to use the latest solver from Gurobi . In the Downloads area of the MSDN gallery site, the files: Gurobi 3.0 Solver and Plug-In for Microsoft Solver Foundation - 32-bit Gurobi 3.0 Solver...
Microsoft Solver Foundation
VBA integration for Solver Foundation
Posted
over 3 years ago
by
Nate Brixius ex-MSFT
1
Comments
In Solver Foundation 2.1 we added very basic support for VBA in the Excel Add-In. By obtaining the MSF add-in COM object you can call Solve, which has the same effect as clicking the “Solve” button in the Solver Foundation Ribbon: Here is a code sample...
Microsoft Solver Foundation
Simpler Data Binding using LINQ and extension methods
Posted
over 3 years ago
by
Nate Brixius ex-MSFT
1
Comments
In this post we introduce some utility methods to make it easier to work with arrays in Solver Foundation programs. Most real models involve either input parameters or output decision variables that involve collections. For example, in an investment portfolio...
Microsoft Solver Foundation
Use indices instead of keys to reference model elements
Posted
over 3 years ago
by
solverfoundation
0
Comments
In the 2.1 release of Microsoft Solver Foundation, there is a bug in the sample plug-in for the XpressMPSolver. For improved performance variable/row keys are no longer specified by Solver foundation services when creating LinearModel object. In order...
Microsoft Solver Foundation
Microsoft Solver Foundation Customer Feedback Survey
Posted
over 3 years ago
by
solverfoundation
1
Comments
The Solver Foundation team is interested in your experience with the product. Please complete the short survey linked to below and share your thoughts on the current release and prioritization of areas for future releases. Thanks for your time! http:...
Microsoft Solver Foundation
Relaxing mixed integer models with Solver Foundation
Posted
over 3 years ago
by
Nate Brixius ex-MSFT
0
Comments
Mixed integer programming (MIP) models are one of the most commonly formulated Solver Foundation model types. “Mixed” refers to the fact that such models contain both integer and continuous (real) decision variables. People frequently want...
Microsoft Solver Foundation
Math Modeling Tricks: Absolute Values
Posted
over 3 years ago
by
solverfoundation
0
Comments
In a previous post, we discussed modeling tricks for min-max problems . From there, it is simple to handle absolute values as well. Consider a problem of the form minimize Abs( a * x + b) where a is a row vector and x is a column vector. ...
Microsoft Solver Foundation
Math Modeling Tricks: Min-Max Problems
Posted
over 3 years ago
by
solverfoundation
0
Comments
When modeling problems, one may come to a formulation that is not directly model-able using the Solver Foundation API, but that may be reformulated as a known Solver Foundation model type (LP, QP, CSP, etc). Consider certain min-max problems, which...
Microsoft Solver Foundation
Programmatically access report data
Posted
over 3 years ago
by
solverfoundation
0
Comments
Solver Foundation Version 2.1 introduced a new API class called LinearReport that allows programmatic access of the report data. You can use this class to retreive sensitivity and infeasibility information. Let’s discuss with a simple model:...
Microsoft Solver Foundation
Using Microsoft Solver Foundation with a WCF service application and .NET Framework 3.5
Posted
over 3 years ago
by
solverfoundation
1
Comments
When using the .NET Framework 3.5, a workaround is required to use a WCF service application with Solver Foundation. Without this workaround, the application may cause a configuration exception: "exePath must be specified when not running inside a stand...
Page 1 of 2 (32 items)
1
2