OR-Tools  9.2
solve.h File Reference

Go to the source code of this file.

Classes

struct  SolverInitArguments
 
struct  SolveArguments
 
class  IncrementalSolver
 
struct  IncrementalSolver::UpdateResult
 

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 
namespace  operations_research::math_opt
 

Typedefs

using MessageCallback = std::function< void(const std::vector< std::string > &)>
 

Functions

MessageCallback PrinterMessageCallback (std::ostream &output_stream, const absl::string_view prefix)
 
absl::StatusOr< SolveResult > Solve (const Model &model, const SolverType solver_type, const SolveArguments &solve_args, const SolverInitArguments &init_args)