OR-Tools  9.1
sat_solver_utils.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.
 

Macros

#define ADD_LP_PREPROCESSOR(name)
 

Functions

MPSolverResponseStatus ApplyMipPresolveSteps (const glop::GlopParameters &glop_params, MPModelProto *model, std::vector< std::unique_ptr< glop::Preprocessor > > *for_postsolve, SolverLogger *logger)
 

Macro Definition Documentation

◆ ADD_LP_PREPROCESSOR

#define ADD_LP_PREPROCESSOR (   name)
Value:
names.push_back(#name); \
lp_preprocessors.push_back(absl::make_unique<name>(&glop_params));
const std::string name

Definition at line 23 of file sat_solver_utils.cc.