cimod
C++ library for a binary (and polynomial) quadratic model.
Loading...
Searching...
No Matches
cimod._version Namespace Reference

Variables

list __all__
 
str version
 
str __version__ = '1.7.5'
 
tuple __version_tuple__ [int | str, ...]
 
tuple version_tuple [int | str, ...]
 
str commit_id | None
 
str __commit_id__ | None
 

Variable Documentation

◆ __all__

list cimod._version.__all__
private
Initial value:
1= [
2 "__version__",
3 "__version_tuple__",
4 "version",
5 "version_tuple",
6 "__commit_id__",
7 "commit_id",
8]

◆ __commit_id__

str cimod._version.__commit_id__ | None
private

◆ __version__

str cimod._version.__version__ = '1.7.5'
private

◆ __version_tuple__

tuple cimod._version.__version_tuple__ [int | str, ...]
private

◆ commit_id

str cimod._version.commit_id | None

◆ version

str cimod._version.version

◆ version_tuple

tuple cimod._version.version_tuple [int | str, ...]