MathModelWriteModelLaTeX Method

Creates a LaTeX documentation of the mathematical model.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public void WriteModelLaTeX(
	string filepath
)

Parameters

filepath  String
Path of the file to create.

See Also