OR-Tools  8.2
preprocessor.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 
 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 58 of file preprocessor.cc.

Variable Documentation

◆ col

ColIndex col

Definition at line 429 of file preprocessor.cc.

◆ num_entries

EntryIndex num_entries

Definition at line 1312 of file preprocessor.cc.

◆ representative

ColIndex representative

Definition at line 430 of file preprocessor.cc.

◆ scaled_cost

Fractional scaled_cost

Definition at line 431 of file preprocessor.cc.