ZonoOpt 2.4.0
Loading...
Searching...
No Matches
Namespaces
SCIPSolver.cpp File Reference
#include "zonoopt/SCIPSolver.hpp"
#include "zonoopt/SCIPApi.hpp"
#include <algorithm>
#include <chrono>
#include <cmath>
#include <limits>
#include <stdexcept>
#include <string>
#include <utility>
#include <vector>

Namespaces

namespace  ZonoOpt
 

Variable Documentation

◆ A_d

Eigen::SparseMatrix<double> A_d

◆ b_d

Eigen::VectorXd b_d

◆ bin_count

int bin_count = 0

◆ bin_start

int bin_start = 0

◆ cons

SCIPApi::ConsPtr cons = nullptr

◆ conss

std::vector<ScopedCons> conss

◆ const_shift

double const_shift = 0.0

◆ dual_bound

double dual_bound = 0.0

◆ got_solution

bool got_solution = false

◆ has_quad

bool has_quad = false

◆ infeasible

bool infeasible = false

◆ lb_d

Eigen::VectorXd lb_d

◆ mip_gap

double mip_gap = 0.0

◆ n

int n = 0

◆ n_sols_pool

int n_sols_pool = 0

◆ needs_transform

bool needs_transform = false

◆ node_count

long long node_count = 0

◆ objective

double objective = 0.0

◆ optimal

bool optimal = false

◆ P_d

Eigen::SparseMatrix<double> P_d

◆ q_d

Eigen::VectorXd q_d

◆ runtime

double runtime = 0.0

◆ scip

SCIPApi::ScipPtr scip = nullptr

◆ scip_env

SCIPApi::Scip scip_env

◆ status

int status = 0

◆ t_var

SCIPApi::VarPtr t_var = nullptr

◆ ub_d

Eigen::VectorXd ub_d

◆ var

SCIPApi::VarPtr var = nullptr

◆ vars

std::vector<ScopedVar> vars

◆ vtype

std::vector<char> vtype

◆ y

Eigen::VectorXd y