Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
sat_solver_utils.cc File Reference
#include "ortools/linear_solver/proto_solver/sat_solver_utils.h"
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/log/check.h"
#include "ortools/glop/parameters.pb.h"
#include "ortools/glop/preprocessor.h"
#include "ortools/lp_data/lp_data.h"
#include "ortools/lp_data/lp_types.h"
#include "ortools/lp_data/proto_utils.h"
#include "ortools/util/logging.h"
#include "ortools/util/time_limit.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 In SWIG mode, we don't want anything besides these top-level includes.
 

Macros

#define ADD_LP_PREPROCESSOR(name)
 

Functions

glop::ProblemStatus operations_research::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(std::make_unique<name>(&glop_params));
const std::string name
A name for logging purposes.

Definition at line 32 of file sat_solver_utils.cc.