OR-Tools  9.6
preprocessor.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::glop
 

Macros

#define RUN_PREPROCESSOR(name)
 

Functions

void FixConstraintWithFixedStatuses (const DenseColumn &row_lower_bounds, const DenseColumn &row_upper_bounds, ProblemSolution *solution)
 

Macro Definition Documentation

◆ RUN_PREPROCESSOR

#define RUN_PREPROCESSOR (   name)
Value:
RunAndPushIfRelevant(std::unique_ptr<Preprocessor>(new name(&parameters_)), \
#name, time_limit_, lp)
const std::string name

Definition at line 70 of file preprocessor.cc.

Variable Documentation

◆ col

ColIndex col

Definition at line 478 of file preprocessor.cc.

◆ num_entries

EntryIndex num_entries

Definition at line 1380 of file preprocessor.cc.

◆ representative

ColIndex representative

Definition at line 479 of file preprocessor.cc.

◆ scaled_cost

Fractional scaled_cost

Definition at line 480 of file preprocessor.cc.