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

Public Member Functions

def __getitem__ (self, Expr, expr)
 
def __init__ (self, raise_error=False)
 
def __repr__ (self)
 
def __setitem__ (self, Variable, var, value)
 

Static Public Attributes

 scip
 
 sol = Solution(True)
 

Detailed Description

Base class holding a pointer to corresponding SCIP_SOL

Definition at line 587 of file scip.pxi.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  raise_error = False 
)

Definition at line 591 of file scip.pxi.

Member Function Documentation

◆ __getitem__()

◆ __repr__()

◆ __setitem__()

Member Data Documentation

◆ scip

scip
static

Definition at line 601 of file scip.pxi.

◆ sol

sol = Solution(True)
static

Definition at line 599 of file scip.pxi.


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