Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::glop::MainLpPreprocessor Class Reference

Detailed Description

Definition at line 110 of file preprocessor.h.

#include <preprocessor.h>

Inheritance diagram for operations_research::glop::MainLpPreprocessor:
operations_research::glop::Preprocessor

Public Member Functions

 MainLpPreprocessor (const GlopParameters *parameters)
 MainLpPreprocessor (const MainLpPreprocessor &)=delete
MainLpPreprocessoroperator= (const MainLpPreprocessor &)=delete
 ~MainLpPreprocessor () override=default
bool Run (LinearProgram *lp) final
void RecoverSolution (ProblemSolution *solution) const override
void DestructiveRecoverSolution (ProblemSolution *solution)
void SetLogger (SolverLogger *logger)
Public Member Functions inherited from operations_research::glop::Preprocessor
 Preprocessor (const GlopParameters *parameters)
 Preprocessor (const Preprocessor &)=delete
Preprocessoroperator= (const Preprocessor &)=delete
virtual ~Preprocessor ()
ProblemStatus status () const
virtual void UseInMipContext ()
void SetTimeLimit (TimeLimit *time_limit)

Additional Inherited Members

Protected Member Functions inherited from operations_research::glop::Preprocessor
bool IsSmallerWithinFeasibilityTolerance (Fractional a, Fractional b) const
bool IsSmallerWithinPreprocessorZeroTolerance (Fractional a, Fractional b) const
Protected Attributes inherited from operations_research::glop::Preprocessor
ProblemStatus status_
const GlopParametersparameters_
bool in_mip_context_
std::unique_ptr< TimeLimitinfinite_time_limit_
TimeLimittime_limit_

Constructor & Destructor Documentation

◆ MainLpPreprocessor() [1/2]

operations_research::glop::MainLpPreprocessor::MainLpPreprocessor ( const GlopParameters * parameters)
inlineexplicit

Definition at line 112 of file preprocessor.h.

◆ MainLpPreprocessor() [2/2]

operations_research::glop::MainLpPreprocessor::MainLpPreprocessor ( const MainLpPreprocessor & )
delete

◆ ~MainLpPreprocessor()

operations_research::glop::MainLpPreprocessor::~MainLpPreprocessor ( )
overridedefault

Member Function Documentation

◆ DestructiveRecoverSolution()

void operations_research::glop::MainLpPreprocessor::DestructiveRecoverSolution ( ProblemSolution * solution)

Definition at line 202 of file preprocessor.cc.

◆ operator=()

MainLpPreprocessor & operations_research::glop::MainLpPreprocessor::operator= ( const MainLpPreprocessor & )
delete

◆ RecoverSolution()

void operations_research::glop::MainLpPreprocessor::RecoverSolution ( ProblemSolution * solution) const
overridevirtual

Implements operations_research::glop::Preprocessor.

Definition at line 195 of file preprocessor.cc.

◆ Run()

bool operations_research::glop::MainLpPreprocessor::Run ( LinearProgram * lp)
finalvirtual

Implements operations_research::glop::Preprocessor.

Definition at line 75 of file preprocessor.cc.

◆ SetLogger()

void operations_research::glop::MainLpPreprocessor::SetLogger ( SolverLogger * logger)
inline

Definition at line 126 of file preprocessor.h.


The documentation for this class was generated from the following files: