|
uint64 | OneBit64 (int pos) |
|
uint64 | BitPos64 (uint64 pos) |
|
uint64 | BitOffset64 (uint64 pos) |
|
uint64 | BitLength64 (uint64 size) |
|
bool | IsBitSet64 (const uint64 *const bitset, uint64 pos) |
|
void | SetBit64 (uint64 *const bitset, uint64 pos) |
|
void | ClearBit64 (uint64 *const bitset, uint64 pos) |
|
void | AddConstraintHandlerImpl (const ScipConstraintHandlerDescription &description, std::unique_ptr< ScipCallbackRunner > runner, SCIP *scip) |
|
void | AddCallbackConstraintImpl (SCIP *scip, const std::string &handler_name, const std::string &constraint_name, void *constraint_data, const ScipCallbackConstraintOptions &options) |
|
absl::Status | ScipCodeToUtilStatus (int retcode, const char *source_file, int source_line, const char *scip_statement) |
|
template<typename Proto > |
std::vector< Proto > | ReadNumRecords (File *file, int expected_num_records) |
|
template<typename Proto > |
std::vector< Proto > | ReadNumRecords (absl::string_view filename, int expected_num_records) |
|