Class LPExporter
This class can export a Model into a stream, using the LP
file format.
Inheritance
System.Object
LPExporter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: OPTANO.Modeling.Optimization.Exporter
Assembly: Optimization.dll
Syntax
public class LPExporter
Constructors
LPExporter(Stream)
Initializes a new instance of the LPExporter class. Creates a new instance of class LPExporter.
Declaration
public LPExporter(Stream filestream)
Parameters
Type | Name | Description |
---|---|---|
System.IO.Stream | filestream | The stream in which the model should be written. |
Methods
Write(Model)
Delegates to a method for each part of a LP file.
Declaration
public void Write(Model model)
Parameters
Type | Name | Description |
---|---|---|
Model | model | The model that should be exported. |