Show / Hide Table of Contents

    Class MPSExporter

    This class can export a model into a stream, using the MPS file format.

    Inheritance
    System.Object
    MPSExporter
    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 MPSExporter

    Constructors

    MPSExporter(Stream)

    Initializes a new instance of the MPSExporter class. Creates a new instance of class MPSExporter.

    Declaration
    public MPSExporter(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 section of a MPS file.

    Declaration
    public void Write(Model model)
    Parameters
    Type Name Description
    Model model

    The model that should be exported.

    Extension Methods

    ReflectionHelper.GetFieldValue(Object, String)
    ReflectionHelper.SetFieldValue(Object, String, Object)
    ExtensionMethods.Clone<T>(T)
    ExtensionMethods.ThrowIfArgumentIsNull<T>(T, String)
    Back to top Copyright © OPTANO GmbH generated with DocFX
    Privacy Policy | Impressum – Legal Notice