![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 32 of file preprocessor.h.
#include <preprocessor.h>
Public Member Functions | |
| IntegerBoundsPreprocessor (const glop::GlopParameters *parameters, glop::Fractional integer_solution_tolerance) | |
| IntegerBoundsPreprocessor (const IntegerBoundsPreprocessor &)=delete | |
| IntegerBoundsPreprocessor & | operator= (const IntegerBoundsPreprocessor &)=delete |
| ~IntegerBoundsPreprocessor () override=default | |
| bool | Run (glop::LinearProgram *linear_program) override |
| void | RecoverSolution (glop::ProblemSolution *) const override |
| 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_ |
|
inline |
Definition at line 34 of file preprocessor.h.
|
delete |
|
overridedefault |
|
delete |
|
inlineoverridevirtual |
Implements operations_research::glop::Preprocessor.
Definition at line 45 of file preprocessor.h.
|
overridevirtual |
Implements operations_research::glop::Preprocessor.
Definition at line 66 of file preprocessor.cc.