ZonoOpt 2.4.1
Loading...
Searching...
No Matches
Namespaces
GurobiSolver.cpp File Reference
#include "zonoopt/GurobiSolver.hpp"
#include "zonoopt/GurobiApi.hpp"
#include <algorithm>
#include <chrono>
#include <limits>
#include <vector>
#include <string>
#include <stdexcept>
#include <utility>

Namespaces

namespace  ZonoOpt
 

Variable Documentation

◆ A_rm

Eigen::SparseMatrix<double, Eigen::RowMajor> A_rm

◆ b_d

Eigen::VectorXd b_d

◆ bin_count

int bin_count = 0

◆ bin_start

int bin_start = 0

◆ const_shift

double const_shift = 0.0

◆ env

GurobiApi::Env env

◆ got_solution

bool got_solution = false

◆ iter_count

double iter_count = 0.0

◆ lb_d

Eigen::VectorXd lb_d

◆ mip_gap

double mip_gap = 0.0

◆ model

GurobiApi::Model model

◆ n

int n = 0

◆ needs_transform

bool needs_transform = false

◆ node_count

double node_count = 0.0

◆ obj_bound

double obj_bound = 0.0

◆ objective

double objective = 0.0

◆ P_rm

Eigen::SparseMatrix<double, Eigen::RowMajor> P_rm

◆ q_d

Eigen::VectorXd q_d

◆ runtime

double runtime = 0.0

◆ status

int status = 0

◆ ub_d

Eigen::VectorXd ub_d

◆ vtype

std::vector<char> vtype

◆ y

Eigen::VectorXd y