![]() |
OR-Tools
9.6
|
Definition at line 335 of file preprocessor.h.
Public Member Functions | |
| ProportionalRowPreprocessor (const GlopParameters *parameters) | |
| ProportionalRowPreprocessor (const ProportionalRowPreprocessor &)=delete | |
| ProportionalRowPreprocessor & | operator= (const ProportionalRowPreprocessor &)=delete |
| ~ProportionalRowPreprocessor () final | |
| bool | Run (LinearProgram *lp) final |
| void | RecoverSolution (ProblemSolution *solution) const final |
| ProblemStatus | status () const |
| virtual void | UseInMipContext () |
| void | SetTimeLimit (TimeLimit *time_limit) |
Protected Member Functions | |
| bool | IsSmallerWithinFeasibilityTolerance (Fractional a, Fractional b) const |
| bool | IsSmallerWithinPreprocessorZeroTolerance (Fractional a, Fractional b) const |
Protected Attributes | |
| ProblemStatus | status_ |
| const GlopParameters & | parameters_ |
| bool | in_mip_context_ |
| std::unique_ptr< TimeLimit > | infinite_time_limit_ |
| TimeLimit * | time_limit_ |
|
inlineexplicit |
Definition at line 337 of file preprocessor.h.
|
delete |
|
inlinefinal |
Definition at line 342 of file preprocessor.h.
|
inlineprotectedinherited |
Definition at line 83 of file preprocessor.h.
|
inlineprotectedinherited |
Definition at line 87 of file preprocessor.h.
|
delete |
|
finalvirtual |
Implements Preprocessor.
Definition at line 1014 of file preprocessor.cc.
|
finalvirtual |
Implements Preprocessor.
Definition at line 839 of file preprocessor.cc.
|
inlineinherited |
Definition at line 78 of file preprocessor.h.
|
inlineinherited |
Definition at line 68 of file preprocessor.h.
|
inlinevirtualinherited |
Reimplemented in ScalingPreprocessor, DualizerPreprocessor, and ProportionalColumnPreprocessor.
Definition at line 76 of file preprocessor.h.
|
protectedinherited |
Definition at line 96 of file preprocessor.h.
|
protectedinherited |
Definition at line 97 of file preprocessor.h.
|
protectedinherited |
Definition at line 95 of file preprocessor.h.
|
protectedinherited |
Definition at line 94 of file preprocessor.h.
|
protectedinherited |
Definition at line 98 of file preprocessor.h.