![]() |
fpmas 1.6
|
#include "fpmas/api/model/model.h"
#include "fpmas/graph/distributed_graph.h"
#include "fpmas/graph/zoltan_load_balancing.h"
#include "fpmas/graph/scheduled_load_balancing.h"
#include "fpmas/runtime/runtime.h"
Go to the source code of this file.
Namespaces | |
namespace | fpmas |
namespace | fpmas::model |
namespace | fpmas::model::detail |
Typedefs | |
template<template< typename > class SyncMode> | |
using | fpmas::model::detail::AgentGraph = graph::DistributedGraph< AgentPtr, SyncMode > |
typedef graph::ZoltanLoadBalancing< AgentPtr > | fpmas::model::detail::ZoltanLoadBalancing |
typedef graph::ScheduledLoadBalancing< AgentPtr > | fpmas::model::detail::ScheduledLoadBalancing |
Model implementation details.