OR-Tools  9.3
pywrap_model_builder_helper.cc File Reference

Go to the source code of this file.

Functions

pybind11::bytes BuildModel (const Eigen::Ref< const VectorXd > &variable_lower_bounds, const Eigen::Ref< const VectorXd > &variable_upper_bounds, const Eigen::Ref< const VectorXd > &objective_coefficients, const Eigen::Ref< const VectorXd > &constraint_lower_bounds, const Eigen::Ref< const VectorXd > &constraint_upper_bounds, const SparseMatrix< double, Eigen::RowMajor > &constraint_matrix)
 
 PYBIND11_MODULE (pywrap_model_builder_helper, m)
 

Function Documentation

◆ BuildModel()

pybind11::bytes BuildModel ( const Eigen::Ref< const VectorXd > &  variable_lower_bounds,
const Eigen::Ref< const VectorXd > &  variable_upper_bounds,
const Eigen::Ref< const VectorXd > &  objective_coefficients,
const Eigen::Ref< const VectorXd > &  constraint_lower_bounds,
const Eigen::Ref< const VectorXd > &  constraint_upper_bounds,
const SparseMatrix< double, Eigen::RowMajor > &  constraint_matrix 
)

Definition at line 46 of file pywrap_model_builder_helper.cc.

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( pywrap_model_builder_helper  ,
 
)

Definition at line 105 of file pywrap_model_builder_helper.cc.