9 package com.google.ortools.linearsolver;
11 import java.lang.reflect.*;
14 private transient long swigCPtr;
15 protected transient boolean swigCMemOwn;
18 swigCMemOwn = cMemoryOwn;
23 return (obj ==
null) ? 0 : obj.swigCPtr;
26 @SuppressWarnings(
"deprecation")
27 protected
void finalize() {
31 public synchronized void delete() {
35 main_research_linear_solverJNI.delete_MPModelExportOptions(swigCPtr);
42 this(main_research_linear_solverJNI.new_MPModelExportOptions(),
true);
46 main_research_linear_solverJNI.MPModelExportOptions_Obfuscate_set(swigCPtr,
this, value);
50 return main_research_linear_solverJNI.MPModelExportOptions_Obfuscate_get(swigCPtr,
this);
54 main_research_linear_solverJNI.MPModelExportOptions_LogInvalidNames_set(swigCPtr,
this, value);
58 return main_research_linear_solverJNI.MPModelExportOptions_LogInvalidNames_get(swigCPtr,
this);
62 main_research_linear_solverJNI.MPModelExportOptions_ShowUnusedVariables_set(swigCPtr,
this, value);
66 return main_research_linear_solverJNI.MPModelExportOptions_ShowUnusedVariables_get(swigCPtr,
this);
70 main_research_linear_solverJNI.MPModelExportOptions_MaxLineLength_set(swigCPtr,
this, value);
74 return main_research_linear_solverJNI.MPModelExportOptions_MaxLineLength_get(swigCPtr,
this);