![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 942 of file preprocessor.h.
#include <preprocessor.h>
Public Member Functions | |
| DualizerPreprocessor (const GlopParameters *parameters) | |
| DualizerPreprocessor (const DualizerPreprocessor &)=delete | |
| DualizerPreprocessor & | operator= (const DualizerPreprocessor &)=delete |
| ~DualizerPreprocessor () final=default | |
| bool | Run (LinearProgram *lp) final |
| void | RecoverSolution (ProblemSolution *solution) const final |
| void | UseInMipContext () final |
| ProblemStatus | ChangeStatusToDualStatus (ProblemStatus status) const |
| 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 |
| 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_ |
|
inlineexplicit |
Definition at line 944 of file preprocessor.h.
|
delete |
|
finaldefault |
| ProblemStatus operations_research::glop::DualizerPreprocessor::ChangeStatusToDualStatus | ( | ProblemStatus | status | ) | const |
Definition at line 3665 of file preprocessor.cc.
|
delete |
|
finalvirtual |
Implements operations_research::glop::Preprocessor.
Definition at line 3556 of file preprocessor.cc.
|
finalvirtual |
Implements operations_research::glop::Preprocessor.
Definition at line 3440 of file preprocessor.cc.
|
inlinefinalvirtual |
Reimplemented from operations_research::glop::Preprocessor.
Definition at line 951 of file preprocessor.h.