linear solver: int64 -> int64_t; use new CP-SAT logging
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
#ifndef OR_TOOLS_LINEAR_SOLVER_SCIP_CALLBACK_H_
|
||||
#define OR_TOOLS_LINEAR_SOLVER_SCIP_CALLBACK_H_
|
||||
|
||||
#include <cstdint>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
@@ -86,8 +87,8 @@ class ScipConstraintHandlerContext {
|
||||
bool is_pseudo_solution);
|
||||
double VariableValue(const MPVariable* variable) const;
|
||||
|
||||
int64 CurrentNodeId() const;
|
||||
int64 NumNodesProcessed() const;
|
||||
int64_t CurrentNodeId() const;
|
||||
int64_t NumNodesProcessed() const;
|
||||
|
||||
SCIP* scip() const { return scip_; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user