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

product mix model using soco. More...

Go to the source code of this file.

Namespaces

 prodmix_soco
 

Functions

def make_data ()
 
def prodmix (I, K, a, p, epsilon, LB)
 

Variables

 a
 
 epsilon
 
 I
 
 K
 
 LB
 
def model = prodmix(I,K,a,p,epsilon,LB)
 
 p
 
 rhs
 
 x
 

Detailed Description

product mix model using soco.

Definition in file prodmix_soco.py.