OR-Tools  9.6
PywrapSolverResult

Detailed Description

Definition at line 47 of file pywrap_pdlp.cc.

Public Attributes

Eigen::VectorXd primal_solution
 
Eigen::VectorXd dual_solution
 
Eigen::VectorXd reduced_costs
 
pybind11::bytes solve_log_str
 

Member Data Documentation

◆ dual_solution

Eigen::VectorXd dual_solution

Definition at line 49 of file pywrap_pdlp.cc.

◆ primal_solution

Eigen::VectorXd primal_solution

Definition at line 48 of file pywrap_pdlp.cc.

◆ reduced_costs

Eigen::VectorXd reduced_costs

Definition at line 50 of file pywrap_pdlp.cc.

◆ solve_log_str

pybind11::bytes solve_log_str

Definition at line 51 of file pywrap_pdlp.cc.


The documentation for this struct was generated from the following file: