A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scipopt.github.io/PySCIPOpt/docs/html/classpyscipopt_1_1scip_1_1Statistics.html below:

PySCIPOpt: Statistics Class Reference

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.

◆ n_binary_vars() def n_binary_vars (   self )

Definition at line 6040 of file scip.pxi.

◆ n_conss() ◆ 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()

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4