#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.
|
namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes.
|
|
◆ 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.