14#ifndef OR_TOOLS_SAT_TABLE_H_
15#define OR_TOOLS_SAT_TABLE_H_
21#include "absl/types/span.h"
35 const std::vector<std::vector<Literal>>& literal_tuples,
36 const std::vector<Literal>& line_literals);
std::function< void(Model *)> LiteralTableConstraint(const std::vector< std::vector< Literal > > &literal_tuples, const std::vector< Literal > &line_literals)
In SWIG mode, we don't want anything besides these top-level includes.