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

model to decide whether argument is even or odd More...

Go to the source code of this file.

Namespaces

 even
 

Functions

def parity (number)
 

Variables

list example_values = [0, 1, 1.5, "hallo welt", 20, 25, -101, -15., -10, -int(2**31), int(2**31-1), int(2**63)-1]
 
 n = leval(sys.argv[1])
 
dictionary sdic = {0:"even",1:"odd"}
 
bool verbose = False
 

Detailed Description

model to decide whether argument is even or odd

Definition in file even.py.