operations_research::MPModelExportOptions Struct Reference

Detailed Description

Definition at line 28 of file model_exporter.h.

Public Member Functions

 MPModelExportOptions ()
 

Public Attributes

bool obfuscate = false
 
bool log_invalid_names = false
 
bool show_unused_variables = false
 
int max_line_length = 10000
 

Constructor & Destructor Documentation

◆ MPModelExportOptions()

operations_research::MPModelExportOptions::MPModelExportOptions ( )
inline

Definition at line 29 of file model_exporter.h.

Member Data Documentation

◆ log_invalid_names

bool operations_research::MPModelExportOptions::log_invalid_names = false

Definition at line 34 of file model_exporter.h.

◆ max_line_length

int operations_research::MPModelExportOptions::max_line_length = 10000

Definition at line 41 of file model_exporter.h.

◆ obfuscate

bool operations_research::MPModelExportOptions::obfuscate = false

Definition at line 32 of file model_exporter.h.

◆ show_unused_variables

bool operations_research::MPModelExportOptions::show_unused_variables = false

Definition at line 38 of file model_exporter.h.


The documentation for this struct was generated from the following file: