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

Detailed Description

Definition at line 1092 of file preprocessor.h.

#include <preprocessor.h>

Inheritance diagram for operations_research::glop::AddSlackVariablesPreprocessor:
operations_research::glop::Preprocessor

Public Member Functions

 AddSlackVariablesPreprocessor (const GlopParameters *parameters)
 AddSlackVariablesPreprocessor (const AddSlackVariablesPreprocessor &)=delete
AddSlackVariablesPreprocessor & operator= (const AddSlackVariablesPreprocessor &)=delete
 ~AddSlackVariablesPreprocessor () final=default
bool Run (LinearProgram *lp) final
void RecoverSolution (ProblemSolution *solution) const final
Public Member Functions inherited from operations_research::glop::Preprocessor
 Preprocessor (const GlopParameters *parameters)
 Preprocessor (const Preprocessor &)=delete
Preprocessor & operator= (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 GlopParameters & parameters_
bool in_mip_context_
std::unique_ptr< TimeLimit > infinite_time_limit_
TimeLimit * time_limit_

Constructor & Destructor Documentation

◆ AddSlackVariablesPreprocessor() [1/2]

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

Definition at line 1094 of file preprocessor.h.

◆ AddSlackVariablesPreprocessor() [2/2]

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

◆ ~AddSlackVariablesPreprocessor()

operations_research::glop::AddSlackVariablesPreprocessor::~AddSlackVariablesPreprocessor ( )
finaldefault

Member Function Documentation

◆ operator=()

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

◆ RecoverSolution()

void operations_research::glop::AddSlackVariablesPreprocessor::RecoverSolution ( ProblemSolution * solution) const
finalvirtual

Implements operations_research::glop::Preprocessor.

Definition at line 3908 of file preprocessor.cc.

◆ Run()

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

Implements operations_research::glop::Preprocessor.

Definition at line 3899 of file preprocessor.cc.


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