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

Public Member Functions

def __getitem__ (self, Expr, expr)
 
def __repr__ (self)
 
def __setitem__ (self, Variable, var, value)
 

Static Public Attributes

 scip
 
 sol = Solution()
 

Detailed Description

Base class holding a pointer to corresponding SCIP_SOL

Definition at line 533 of file scip.pyx.

Member Function Documentation

◆ __getitem__()

◆ __repr__()

◆ __setitem__()

Member Data Documentation

◆ scip

scip
static

Definition at line 542 of file scip.pyx.

◆ sol

sol = Solution()
static

Definition at line 540 of file scip.pyx.


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