Version: 8.3.0
PluginSimplex.hxx File Reference
#include "OptimizerAlg.hxx"
#include "decode.hxx"
#include "salomevent.hxx"
#include "maestro.hxx"
#include "simplex.hxx"
Include dependency graph for PluginSimplex.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  YACS::ENGINE::PluginSimplex
 

Namespaces

namespace  YACS
 
namespace  YACS::ENGINE
 

Functions

YACS::ENGINE::OptimizerAlgBasePluginSimplexFactory (YACS::ENGINE::Pool *pool)
 

Function Documentation

YACS::ENGINE::OptimizerAlgBase* PluginSimplexFactory ( YACS::ENGINE::Pool pool)

Definition at line 112 of file PluginSimplex.cxx.

113 {
114  return new PluginSimplex(pool);
115 }