2,507 research outputs found

    Sharing rides with friends: a coalition formation algorithm for ridesharing

    No full text
    We consider the Social Ridesharing (SR) problem, where a set of commuters, connected through a social network, arrange one-time rides at short notice. In particular, we focus on the associated optimisation problem of forming cars to minimise the travel cost of the overall system modelling such problem as a graph constrained coalition formation (GCCF) problem, where the set of feasible coalitions is restricted by a graph (i.e., the social network). Moreover, we significantly extend the state of the art algorithm for GCCF, i.e., the CFSS algorithm, to solve our GCCF model of the SR problem. Our empirical evaluation uses a real dataset for both spatial (GeoLife) and social data (Twitter), to validate the applicability of our approach in a realistic application scenario. Empirical results show that our approach computes optimal solutions for systems of medium scale (up to 100 agents) providing significant cost reductions (up to -36.22%). Moreover, we can provide approximate solutions for very large systems (i.e., up to 2000 agents) and good quality guarantees (i.e., with an approximation ratio of 1.41 in the worst case) within minutes (i.e., 100 seconds

    The Mass-Radius relation for Neutron Stars in f(R)f(R) gravity

    Full text link
    We discuss the Mass -Radius diagram for static neutron star models obtained by the numerical solution of modified Tolman-Oppenheimer-Volkoff equations in f(R)f(R) gravity where the Lagrangians f(R)=R+αR2(1+γR)f(R)=R+\alpha R^2 (1+\gamma R) and f(R)=R1+ϵf(R)=R^{1+\epsilon } are adopted. Unlike the case of the perturbative approach previously reported, the solutions are constrained by the presence of an extra degree of freedom, coming from the trace of the field equations. In particular, the stiffness of the equation of state determines an upper limit on the central density ρc\rho_c above which the the positivity condition of energy-matter tensor trace Tm=ρ3pT^{\rm m}=\rho - 3 p holds. In the case of quadratic f(R)-gravity, we find higher masses and radii at lower central densities with an inversion of the behavior around a pivoting ρc\rho_c which depends on the choice of the equation of state. When considering the cubic corrections, we find solutions converging to the required asymptotic behavior of flat metric only for γ<0\gamma < 0. A similar analysis is performed for f(R)=R1+ϵf(R)=R^{1+\epsilon } considering ϵ\epsilon as the leading parameter. We work strictly in the Jordan frame in order to consider matter minimally coupled with respect to geometry. This fact allows us to avoid ambiguities that could emerge in adopting the Einstein frame.Comment: 10 pages, 6 figures, to appear in Phys. Rev.

    Coalition Formation with Spatial and Temporal Constraints

    No full text
    The coordination of emergency responders and robots to undertake a number of tasks in disaster scenarios is a grand challenge for multi-agent systems. Central to this endeavour is the problem of forming the best teams (coalitions) of responders to perform the various tasks in the area where the disaster has struck. Moreover, these teams may have to form, disband, and reform in different areas of the disaster region. This is because in most cases there will be more tasks than agents. Hence, agents need to schedule themselves to attempt each task in turn. Second, the tasks themselves can be very complex: requiring the agents to work on them for different lengths of time and having deadlines by when they need to be completed. The problem is complicated still further when different coalitions perform tasks with different levels of efficiency. Given all these facets, we define this as The Coalition Formation with Spatial and Temporal constraints problem (CFSTP).We show that this problem is NP-hard—in particular, it contains the wellknown complex combinatorial problem of Team Orienteering as a special case. Based on this, we design a Mixed Integer Program to optimally solve small-scale instances of the CFSTP and develop new anytime heuristics that can, on average, complete 97% of the tasks for large problems (20 agents and 300 tasks). In so doing, our solutions represent the first results for CFSTP

    RX J0440.9+4431: a persistent Be/X-ray binary in outburst

    Get PDF
    The persistent Be/X-ray binary RX J0440.9+4431 flared in 2010 and 2011 and has been followed by various X-ray facilities Swift, RXTE, XMM-Newton, and INTEGRAL. We studied the source timing and spectral properties as a function of its X-ray luminosity to investigate the transition from normal to flaring activity and the dynamical properties of the system. We have determined the orbital period from the long-term Swift/BAT light curve, but our determinations of the spin period are not precise enough to constrain any orbital solution. The source spectrum can always be described by a bulk-motion Comptonization model of black body seed photons attenuated by a moderate photoelectric absorption. At the highest luminosity, we measured a curvature of the spectrum, which we attribute to a significant contribution of the radiation pressure in the accretion process. This allows us to estimate that the transition from a bulk-motion-dominated flow to a radiatively dominated one happens at a luminosity of ~2e36 erg/s. The luminosity dependency of the size of the black body emission region is found to be rBBLX0.39±0.02r_{BB} \propto L_X^{0.39\pm0.02}. This suggests that either matter accreting onto the neutron star hosted in RX J0440.9+4431 penetrates through closed magnetic field lines at the border of the compact object magnetosphere or that the structure of the neutron star magnetic field is more complicated than a simple dipole close to the surfaceComment: Accepted for publication by A&

    Algorithms for Graph-Constrained Coalition Formation in the Real World

    Get PDF
    Coalition formation typically involves the coming together of multiple, heterogeneous, agents to achieve both their individual and collective goals. In this paper, we focus on a special case of coalition formation known as Graph-Constrained Coalition Formation (GCCF) whereby a network connecting the agents constrains the formation of coalitions. We focus on this type of problem given that in many real-world applications, agents may be connected by a communication network or only trust certain peers in their social network. We propose a novel representation of this problem based on the concept of edge contraction, which allows us to model the search space induced by the GCCF problem as a rooted tree. Then, we propose an anytime solution algorithm (CFSS), which is particularly efficient when applied to a general class of characteristic functions called m+am+a functions. Moreover, we show how CFSS can be efficiently parallelised to solve GCCF using a non-redundant partition of the search space. We benchmark CFSS on both synthetic and realistic scenarios, using a real-world dataset consisting of the energy consumption of a large number of households in the UK. Our results show that, in the best case, the serial version of CFSS is 4 orders of magnitude faster than the state of the art, while the parallel version is 9.44 times faster than the serial version on a 12-core machine. Moreover, CFSS is the first approach to provide anytime approximate solutions with quality guarantees for very large systems of agents (i.e., with more than 2700 agents).Comment: Accepted for publication, cite as "in press

    Anytime coalition structure generation on synergy graphs

    No full text
    We consider the coalition structure generation (CSG) problem on synergy graphs, which arises in many practical applications where communication constraints, social or trust relationships must be taken into account when forming coalitions. We propose a novel representation of this problem based on the concept of edge contraction, and an innovative branch and bound approach (CFSS), which is particularly efficient when applied to a general class of characteristic functions. This new model provides a non-redundant partition of the search space, hence allowing an effective parallelisation. We evaluate CFSS on two benchmark functions, the edge sum with coordination cost and the collective energy purchasing functions, comparing its performance with the best algorithm for CSG on synergy graphs: DyCE. The latter approach is centralised and cannot be efficiently parallelised due to the exponential memory requirements in the number of agents, which limits its scalability (while CFSS memory requirements are only polynomial). Our results show that, when the graphs are very sparse, CFSS is 4 orders of magnitude faster than DyCE. Moreover, CFSS is the first approach to provide anytime approximate solutions with quality guarantees for very large systems (i.e., with more than 2700 agents

    The hard X-ray tails in neutron star low mass X-ray binaries: BeppoSAX observations and possible theoretical explanation of the GX 17+2 case

    Get PDF
    We report results of a new spectral analysis of two BeppoSAX observations of the Z source GX 17+2. In one of the two observations the source exhibits a powerlaw-like hard (> 30 keV) X-ray tail which was described in a previous work by a hybrid Comptonization model. Recent high-energy observations with INTEGRAL of a sample of Low Mass X-Ray Binaries including both Z and atoll classes have shown that bulk (dynamical) Comptonization of soft photons can be a possible alternative mechanism for producing hard X-ray tails in such systems. We start from the INTEGRAL results and we exploit the broad-band capability of BeppoSAX to better investigate the physical processes at work. We use GX 17+2 as a representative case. Moreover, we suggest that weakening (or disappearance) of the hard X-ray tail can be explained by increasing radiation pressure originated at the surface of the neutron star (NS). As a result the high radiation pressure stops the bulk inflow and consequently this radiation feedback of the NS surface leads to quenching the bulk Comptonization.Comment: 6 pages, 3 figures, Accepted for publication in Ap

    The X-ray spectrum of the bursting atoll source 4U~1728-34 observed with INTEGRAL

    Get PDF
    We present for the first time a study of the 3-200 keV broad band spectra of the bursting atoll source 4U 1728-34 (GX 354-0) along its hardness intensity diagram. The analysis was done using the INTEGRAL public and Galactic Center deep exposure data ranging from February 2003 to October 2004. The spectra are well described by a thermal Comptonization model with an electron temperature from 35 keV to 3 keV and Thomson optical depth, tau_T, from 0.5 to 5 in a slab geometry. The source undergoes a transition from an intermediate/hard to a soft state where the source luminosity increases from 2 to 12% of Eddington. We have also detected 36 type I X-ray bursts two of which show photospheric radius expansion. The energetic bursts with photospheric radius expansion occurred at an inferred low mass accretion rate per unit area of \dot m ~ 1.7x10E3 g/cm2/s, while the others at a higher one between 2.4x10E3 - 9.4x10E3 g/cm2/s. For 4U1728-34 the bursts' total fluence, and the bursts' peak flux are anti-correlated with the mass accretion rate. The type I X-ray bursts involve pure helium burning either during the hard state, or during the soft state of the source.Comment: 11 pages, 7 figures, and 2 tables. Accepted for publication in A&

    Spectral evolution of bright NS LMXBs with INTEGRAL: an application of the thermal plus bulk Comptonization model

    Full text link
    The aim of this work is to investigate in a physical and quantitative way the spectral evolution of bright Neutron Star Low-Mass X-ray Binaries (NS LMXBs), with special regard to the transient hard X-ray tails. We analyzed INTEGRAL data for five sources (GX 5-1, GX 349+2, GX 13+1, GX 3+1, GX 9+1) and built broad-band X-ray spectra from JEM-X1 and IBIS/ISGRI data. For each source, X-ray spectra from different states were fitted with the recently proposed model compTB. The spectra have been fit with a two-compTB model. In all cases the first compTB describes the dominant part of the spectrum that we interpret as thermal Comptonization of soft seed photons (< 1 keV), likely from the accretion disk, by a 3-5 keV corona. In all cases, this component does not evolve much in terms of Comptonization efficiency, with the system converging to thermal equilibrium for increasing accretion rate. The second compTB varies more dramatically spanning from bulk plus thermal Comptonization of blackbody seed photons to the blackbody emission alone. These seed photons (R < 12 km, kT_s > 1 keV), likely from the neutron star and the innermost part of the system, the Transition Layer, are Comptonized by matter in a converging flow. The presence and nature of this second compTB component (be it a pure blackbody or Comptonized) are related to the inner local accretion rate which can influence the transient behaviour of the hard tail: high values of accretion rates correspond to an efficient Bulk Comptonization process (bulk parameter delta > 0) while even higher values of accretion rates suppress the Comptonization, resulting in simple blackbody emission (delta=0).Comment: 12 pages, 10 figures, accepted for publication in A&

    Multirobot Systems: A Classification Focused on Coordination

    Full text link
    corecore