Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
glpk_interface.cc File Reference
#include <algorithm>
#include <cmath>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/base/attributes.h"
#include "absl/memory/memory.h"
#include "absl/strings/str_format.h"
#include "ortools/base/commandlineflags.h"
#include "ortools/base/hash.h"
#include "ortools/base/logging.h"
#include "ortools/base/timer.h"
#include "ortools/glpk/glpk_env_deleter.h"
#include "ortools/linear_solver/linear_solver.h"
#include "glpk.h"

Go to the source code of this file.

Classes

class  operations_research::GLPKInformation
 Class to store information gathered in the callback. More...
 
class  operations_research::GLPKInterface
 

Namespaces

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

Functions

void operations_research::GLPKGatherInformationCallback (glp_tree *tree, void *info)
 Function to be called in the GLPK callback.
 
MPSolverInterfaceoperations_research::BuildGLPKInterface (bool mip, MPSolver *const solver)