OR-Tools  9.1
preprocessor.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  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 60 of file preprocessor.cc.

Variable Documentation

◆ col

ColIndex col

Definition at line 464 of file preprocessor.cc.

◆ num_entries

EntryIndex num_entries

Definition at line 1366 of file preprocessor.cc.

◆ representative

ColIndex representative

Definition at line 465 of file preprocessor.cc.

◆ scaled_cost

Fractional scaled_cost

Definition at line 466 of file preprocessor.cc.