Extreme Optimization™: Complexity made simple.

Math and Statistics
Libraries for .NET

  • Home
  • Features
    • Math Library
    • Vector and Matrix Library
    • Statistics Library
    • Performance
    • Usability
  • Documentation
    • Introduction
    • Math Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Reference
  • Resources
    • Downloads
    • QuickStart Samples
    • Sample Applications
    • Frequently Asked Questions
    • Technical Support
  • Blog
  • Order
  • Company
    • About us
    • Testimonials
    • Customers
    • Press Releases
    • Careers
    • Partners
    • Contact us
Introduction
Deployment Guide
Nuget packages
Configuration
Using Parallelism
Expand Mathematics Library User's GuideMathematics Library User's Guide
Expand Vector and Matrix Library User's GuideVector and Matrix Library User's Guide
Expand Data Analysis Library User's GuideData Analysis Library User's Guide
Expand Statistics Library User's GuideStatistics Library User's Guide
Expand Data Access Library User's GuideData Access Library User's Guide
Expand ReferenceReference
  • Extreme Optimization
    • Features
    • Solutions
    • Documentation
    • QuickStart Samples
    • Sample Applications
    • Downloads
    • Technical Support
    • Download trial
    • How to buy
    • Blog
    • Company
    • Resources
  • Documentation
    • Introduction
    • Deployment Guide
    • Nuget packages
    • Configuration
    • Using Parallelism
    • Mathematics Library User's Guide
    • Vector and Matrix Library User's Guide
    • Data Analysis Library User's Guide
    • Statistics Library User's Guide
    • Data Access Library User's Guide
    • Reference
  • Reference
    • Extreme
    • Extreme.Collections
    • Extreme.Data
    • Extreme.Data.Json
    • Extreme.Data.Matlab
    • Extreme.Data.R
    • Extreme.Data.Stata
    • Extreme.Data.Text
    • Extreme.DataAnalysis
    • Extreme.DataAnalysis.Linq
    • Extreme.DataAnalysis.Models
    • Extreme.Mathematics
    • Extreme.Mathematics.Algorithms
    • Extreme.Mathematics.Calculus
    • Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
    • Extreme.Mathematics.Curves
    • Extreme.Mathematics.Curves.Nonlinear
    • Extreme.Mathematics.Distributed
    • Extreme.Mathematics.EquationSolvers
    • Extreme.Mathematics.Generic
    • Extreme.Mathematics.LinearAlgebra
    • Extreme.Mathematics.LinearAlgebra.Implementation
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers
    • Extreme.Mathematics.LinearAlgebra.IterativeSolvers.Preconditioners
    • Extreme.Mathematics.Optimization
    • Extreme.Mathematics.Optimization.LineSearches
    • Extreme.Mathematics.Random
    • Extreme.Mathematics.SignalProcessing
    • Extreme.Providers
    • Extreme.Providers.InteropServices
    • Extreme.Statistics
    • Extreme.Statistics.Distributions
    • Extreme.Statistics.Multivariate
    • Extreme.Statistics.Tests
    • Extreme.Statistics.TimeSeriesAnalysis
  • Extreme.Mathematics.Optimization
    • BoundedQuasiNewtonOptimizer Class
    • BrentDerivativeOptimizer Class
    • BrentOptimizer Class
    • ConjugateGradientMethod Enumeration
    • ConjugateGradientOptimizer Class
    • Constraint Class
    • ConstraintCollection Class
    • ConstraintType Enumeration
    • DecisionVariable Class
    • DecisionVariableCollection Class
    • DirectionalOptimizer Class
    • ExtremumType Enumeration
    • GoldenSectionOptimizer Class
    • LeastSquaresOptimizer Class
    • LevenbergMarquardtOptimizer Class
    • LimitedMemoryBfgsOptimizer Class
    • LinearConstraint Class
    • LinearProgram Class
    • LinearProgramConstraint Class
    • LinearProgramSolver Class
    • LinearProgramVariable Class
    • MpsReader Class
    • MultidimensionalOptimizer Class
    • NelderMeadOptimizer Class
    • NonlinearConstraint Class
    • NonlinearProgram Class
    • OneDimensionalOptimizer Class
    • OptimizationModel Class
    • OptimizationModelEntity Class
    • OptimizationModelSolver(T) Class
    • OptimizationModelStatus Enumeration
    • OptimizationSolutionReport Class
    • PowellOptimizer Class
    • QuadraticProgram Class
    • QuasiNewtonMethod Enumeration
    • QuasiNewtonOptimizer Class
    • TrustRegionReflectiveOptimizer Class
  • LinearProgram Class
    • LinearProgram Constructors
    • Properties
    • Methods
  • Methods
    • AddBinaryVariable Method Overloads
    • AddIntegerVariable Method Overloads
    • AddVariable Method Overloads
    • GetCoefficientMatrix Method
    • GetDualSolution Method
    • GetObjective Method
    • Solve Method Overloads
    • SolveModel Method

LinearProgram Methods

Extreme Optimization Numerical Libraries for .NET Professional

The LinearProgram type exposes the following members.

Methods

  NameDescription
Public methodAddBinaryVariable(String)
Adds a binary variable to the collection.
(Inherited from OptimizationModel.)
Public methodAddBinaryVariable(String, Double)
Adds a binary variable to the collection.
Public methodAddIntegerVariable(String)
Adds an integer variable to the collection.
(Inherited from OptimizationModel.)
Public methodAddIntegerVariable(String, Double)
Adds a binary variable to the collection.
Public methodAddIntegerVariable(String, Int32, Int32)
Adds a binary variable to the collection.
(Inherited from OptimizationModel.)
Public methodAddIntegerVariable(String, Double, Int32, Int32)
Adds a binary variable to the collection.
Public methodAddLinearConstraint(String, ConstraintType, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddLinearConstraint(String, Double, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddLinearConstraint(IListDecisionVariable, IListDouble, ConstraintType, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddLinearConstraint(String, IListDouble, ConstraintType, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddLinearConstraint(String, IListDouble, Double, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddLinearConstraint(String, IListDecisionVariable, IListDouble, ConstraintType, Double)
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel.)
Public methodAddVariable(String)
Adds a variable to the collection.
(Inherited from OptimizationModel.)
Public methodAddVariable(String, Double)
Adds a variable to the collection.
Public methodAddVariable(String, Double, Double)
Adds a variable to the collection.
(Inherited from OptimizationModel.)
Public methodAddVariable(String, Double, Double, Double)
Adds a variable to the collection.
Protected methodCreateLinearConstraints(MatrixDouble, VectorDouble, Int32)
Creates linear constraints based on the specified coefficients.
(Inherited from OptimizationModel.)
Protected methodCreateLinearConstraints(VectorDouble, MatrixDouble, VectorDouble)
Creates linear constraints based on the specified coefficients and bounds.
(Inherited from OptimizationModel.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCoefficientMatrix
Returns a matrix containing the coefficients of the constraints.
Public methodGetDualSolution
Gets the solution to the dual problem of the linear program.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjective
Gets a vector that contains the coefficients of the linear objective function.
Public methodGetSolution
Gets the solution to the optimization model.
(Inherited from OptimizationModel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddConstraint
Notifies the optimization model that a constraint has been added.
(Inherited from OptimizationModel.)
Protected methodOnAddVariable
Notifies the optimization model that a variable has been added.
(Inherited from OptimizationModel.)
Protected methodOnRemoveAllConstraints
Notifies the optimization model that all constraints has been removed.
(Inherited from OptimizationModel.)
Protected methodOnRemoveAllVariables
Notifies the optimization model that all variables has been removed.
(Inherited from OptimizationModel.)
Protected methodOnRemoveConstraint
Notifies the optimization model that a constraint has been removed.
(Inherited from OptimizationModel.)
Protected methodOnRemoveVariable
Notifies the optimization model that a variable has been removed.
(Inherited from OptimizationModel.)
Public methodSolve
Solves the model and returns the solution.
(Inherited from OptimizationModel.)
Public methodSolve(SimplexOptions, ParallelOptions)
Solves a linear program with the specified options.
Public methodSolve(OptimizationGoal, ParallelOptions, Double)
Solves a linear program with the specified options.
Protected methodSolveModel
Solves the model and returns a report detailing the solution.
(Overrides OptimizationModelSolveModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference

LinearProgram Class
Extreme.Mathematics.Optimization Namespace

Copyright (c) 2004-2021 ExoAnalytics Inc.

Send comments on this topic to support@extremeoptimization.com

Copyright © 2004-2021, Extreme Optimization. All rights reserved.
Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc.
Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo
are registered trademarks of Microsoft Corporation.