PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
even.py File Reference

Tutorial example to check whether values are even or odd. More...

Go to the source code of this file.

Namespaces

 even
 

Functions

def parity (number)
 

Variables

 fmtlen = max([len(fmt) for fmt in pfmt(values,width=1).split('\n')])
 
 values = sys.argv[1:]
 

Detailed Description

Tutorial example to check whether values are even or odd.

Definition in file even.py.