PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
Statistics Class Reference

Public Member Functions

def n_binary_vars (self)
 
def n_conss (self)
 
def n_continuous_vars (self)
 
def n_implicit_integer_vars (self)
 
def n_integer_vars (self)
 
def n_maximal_cons (self)
 
def n_presolved_binary_vars (self)
 
def n_presolved_conss (self)
 
def n_presolved_continuous_vars (self)
 
def n_presolved_implicit_integer_vars (self)
 
def n_presolved_integer_vars (self)
 
def n_presolved_maximal_cons (self)
 
def n_presolved_vars (self)
 
def n_vars (self)
 

Detailed Description

Attributes
----------
total_time : float
    Total time since model was created
solving_time: float
    Time spent solving the problem
presolving_time: float
    Time spent on presolving
reading_time: float
    Time spent on reading
copying_time: float
    Time spent on copying
problem_name: str
    Name of problem
presolved_problem_name: str
    Name of presolved problem    
n_nodes: int
    The number of nodes explored in the branch-and-bound tree
n_solutions_found: int
    number of found solutions
first_solution: float
    objective value of first found solution
primal_bound: float
    The best primal bound found 
dual_bound: float
    The best dual bound found
gap: float
    The gap between the primal and dual bounds
primal_dual_integral: float
    The primal-dual integral 
n_vars: int
    number of variables in the model
n_binary_vars: int
    number of binary variables in the model
n_integer_vars: int 
    number of integer variables in the model
n_implicit_integer_vars: int 
    number of implicit integer variables in the model
n_continuous_vars: int
    number of continuous variables in the model
n_presolved_vars: int
    number of variables in the presolved model
n_presolved_continuous_vars: int
    number of continuous variables in the presolved model
n_presolved_binary_vars: int
    number of binary variables in the presolved model
n_presolved_integer_vars: int
    number of integer variables in the presolved model
n_presolved_implicit_integer_vars: int
    number of implicit integer variables in the presolved model
n_maximal_cons: int
    number of maximal constraints in the model
n_initial_cons: int
    number of initial constraints in the presolved model
n_presolved_maximal_cons: int
    number of maximal constraints in the presolved model
n_presolved_conss: int
    number of initial constraints in the model

Definition at line 5951 of file scip.pxi.

Member Function Documentation

◆ n_binary_vars()

def n_binary_vars (   self)

Definition at line 6040 of file scip.pxi.

◆ n_conss()

def n_conss (   self)

Definition at line 6076 of file scip.pxi.

◆ n_continuous_vars()

def n_continuous_vars (   self)

Definition at line 6052 of file scip.pxi.

◆ n_implicit_integer_vars()

def n_implicit_integer_vars (   self)

Definition at line 6048 of file scip.pxi.

◆ n_integer_vars()

def n_integer_vars (   self)

Definition at line 6044 of file scip.pxi.

◆ n_maximal_cons()

def n_maximal_cons (   self)

Definition at line 6080 of file scip.pxi.

◆ n_presolved_binary_vars()

def n_presolved_binary_vars (   self)

Definition at line 6060 of file scip.pxi.

◆ n_presolved_conss()

def n_presolved_conss (   self)

Definition at line 6084 of file scip.pxi.

◆ n_presolved_continuous_vars()

def n_presolved_continuous_vars (   self)

Definition at line 6072 of file scip.pxi.

◆ n_presolved_implicit_integer_vars()

def n_presolved_implicit_integer_vars (   self)

Definition at line 6068 of file scip.pxi.

◆ n_presolved_integer_vars()

def n_presolved_integer_vars (   self)

Definition at line 6064 of file scip.pxi.

◆ n_presolved_maximal_cons()

def n_presolved_maximal_cons (   self)

Definition at line 6088 of file scip.pxi.

◆ n_presolved_vars()

def n_presolved_vars (   self)

Definition at line 6056 of file scip.pxi.

◆ n_vars()

def n_vars (   self)

Definition at line 6036 of file scip.pxi.


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