Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_builder_helper.h File Reference
#include <atomic>
#include <functional>
#include <limits>
#include <optional>
#include <string>
#include <vector>
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/linear_solver/model_exporter.h"
#include "ortools/util/logging.h"
#include "ortools/util/solve_interrupter.h"

Go to the source code of this file.

Classes

class  operations_research::ModelBuilderHelper
 
class  operations_research::MbLogCallback
 Simple director class for C#. More...
 
class  operations_research::ModelSolverHelper
 

Namespaces

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

Enumerations

enum  operations_research::SolveStatus {
  operations_research::OPTIMAL , operations_research::FEASIBLE , operations_research::INFEASIBLE , operations_research::UNBOUNDED ,
  operations_research::ABNORMAL , operations_research::NOT_SOLVED , operations_research::MODEL_IS_VALID , operations_research::CANCELLED_BY_USER ,
  operations_research::UNKNOWN_STATUS , operations_research::MODEL_INVALID , operations_research::INVALID_SOLVER_PARAMETERS , operations_research::SOLVER_TYPE_UNAVAILABLE ,
  operations_research::INCOMPATIBLE_OPTIONS
}