OR-Tools  8.1
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)

Definition at line 57 of file preprocessor.cc.

Variable Documentation

◆ col

ColIndex col

Definition at line 423 of file preprocessor.cc.

◆ num_entries

EntryIndex num_entries

Definition at line 1306 of file preprocessor.cc.

◆ representative

ColIndex representative

Definition at line 424 of file preprocessor.cc.

◆ scaled_cost

Fractional scaled_cost

Definition at line 425 of file preprocessor.cc.

name
const std::string name
Definition: default_search.cc:808