SimGrid  3.14.159
Versatile Simulation of Distributed Systems
lmm_system Struct Reference

Detailed Description

LMM system.

#include <maxmin_private.hpp>

Public Attributes

int modified
 
bool selective_update_active
 
unsigned visited_counter
 
s_xbt_swag_t variable_set
 
s_xbt_swag_t constraint_set
 
s_xbt_swag_t active_constraint_set
 
s_xbt_swag_t modified_constraint_set
 
s_xbt_swag_t saturated_variable_set
 
s_xbt_swag_t saturated_constraint_set
 
simgrid::surf::ActionLmmListPtr keep_track
 
xbt_mallocator_t variable_mallocator
 
void(* solve_fun )(lmm_system_t self)
 

Member Data Documentation

§ modified

int lmm_system::modified

§ selective_update_active

bool lmm_system::selective_update_active

§ visited_counter

unsigned lmm_system::visited_counter

§ variable_set

s_xbt_swag_t lmm_system::variable_set

§ constraint_set

s_xbt_swag_t lmm_system::constraint_set

§ active_constraint_set

s_xbt_swag_t lmm_system::active_constraint_set

§ modified_constraint_set

s_xbt_swag_t lmm_system::modified_constraint_set

§ saturated_variable_set

s_xbt_swag_t lmm_system::saturated_variable_set

§ saturated_constraint_set

s_xbt_swag_t lmm_system::saturated_constraint_set

§ keep_track

simgrid::surf::ActionLmmListPtr lmm_system::keep_track

§ variable_mallocator

xbt_mallocator_t lmm_system::variable_mallocator

§ solve_fun

void(* lmm_system::solve_fun) (lmm_system_t self)

The documentation for this struct was generated from the following file: