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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
June, 2010
MSDN Blogs
>
Microsoft Solver Foundation
>
June, 2010
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Microsoft Solver Foundation
VBA integration for Solver Foundation
Posted
over 2 years ago
by
Nate Brixius 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 2 years ago
by
Nate Brixius 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 2 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 2 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 2 years ago
by
Nate Brixius 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 2 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 2 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...
Page 1 of 1 (7 items)