# TOMLAB  
# REGISTER (TOMLAB)
# LOGIN  
# myTOMLAB
TOMLAB LOGO

« Previous « Start » Next »

2  Using the Matlab Interface

The GENO solver is accessed via the tomRun  driver routine, which calls the genoTL  interface routine. The solver itself is located in the MEX file geno.dll .

The interface routines.
Function Description Section
genoTL  The interface routine called by the TOMLAB  driver routine tomRun. This routine then calls the MEX file geno 3.1
 
glcAssign  The routine that creates a problem in the TOMLAB format. This is for problems with a single objective.  
 
clsAssign  The routine that creates a problem in the TOMLAB format for multi-objective optimization.  
 


« Previous « Start » Next »