List of all members | Public Attributes
casadi::LazyCallbackMemory Struct Reference

#include <gurobi_interface.hpp>

Detailed Description

Definition at line 49 of file gurobi_interface.hpp.

Public Attributes

casadi_int nx
 
casadi_int sz_arg
 
casadi_int sz_res
 
casadi_int sz_iw
 
casadi_int sz_w
 
std::vector< double > x_vals
 
double obj_val
 
double obj_best
 
double obj_bound
 
double sol_count
 
std::vector< double > input_data
 
double flag
 
std::vector< double > a_vec
 
double b_val
 
std::vector< casadi_int > iw
 
std::vector< double > w
 
std::vector< const double * > arg
 
std::vector< double * > res
 

Member Data Documentation

◆ a_vec

std::vector<double> casadi::LazyCallbackMemory::a_vec

Definition at line 64 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ arg

std::vector<const double*> casadi::LazyCallbackMemory::arg

Definition at line 70 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ b_val

double casadi::LazyCallbackMemory::b_val

Definition at line 65 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ flag

double casadi::LazyCallbackMemory::flag

Definition at line 63 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ input_data

std::vector<double> casadi::LazyCallbackMemory::input_data

Definition at line 60 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ iw

std::vector<casadi_int> casadi::LazyCallbackMemory::iw

Definition at line 68 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ nx

casadi_int casadi::LazyCallbackMemory::nx

Definition at line 51 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ obj_best

double casadi::LazyCallbackMemory::obj_best

Definition at line 57 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ obj_bound

double casadi::LazyCallbackMemory::obj_bound

Definition at line 58 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ obj_val

double casadi::LazyCallbackMemory::obj_val

Definition at line 56 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ res

std::vector<double*> casadi::LazyCallbackMemory::res

Definition at line 71 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ sol_count

double casadi::LazyCallbackMemory::sol_count

Definition at line 59 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ sz_arg

casadi_int casadi::LazyCallbackMemory::sz_arg

Definition at line 52 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ sz_iw

casadi_int casadi::LazyCallbackMemory::sz_iw

Definition at line 52 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ sz_res

casadi_int casadi::LazyCallbackMemory::sz_res

Definition at line 52 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ sz_w

casadi_int casadi::LazyCallbackMemory::sz_w

Definition at line 52 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ w

std::vector<double> casadi::LazyCallbackMemory::w

Definition at line 69 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().

◆ x_vals

std::vector<double> casadi::LazyCallbackMemory::x_vals

Definition at line 55 of file gurobi_interface.hpp.

Referenced by casadi::GurobiInterface::init_mem().


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