Skip to main content

Showing 1–6 of 6 results for author: Schutt, A

Searching in archive cs. Search in all archives.
.
  1. Does Difficulty even Matter? Investigating Difficulty Adjustment and Practice Behavior in an Open-Ended Learning Task

    Authors: Anan Schütt, Tobias Huber, Jauwairia Nasir, Cristina Conati, Elisabeth André

    Abstract: Difficulty adjustment in practice exercises has been shown to be beneficial for learning. However, previous research has mostly investigated close-ended tasks, which do not offer the students multiple ways to reach a valid solution. Contrary to this, in order to learn in an open-ended learning task, students need to effectively explore the solution space as there are multiple ways to reach a solut… ▽ More

    Submitted 3 November, 2023; originally announced November 2023.

  2. arXiv:2210.01344  [pdf, other

    cs.AI

    Movement Analytics: Current Status, Application to Manufacturing, and Future Prospects from an AI Perspective

    Authors: Peter Baumgartner, Daniel Smith, Mashud Rana, Reena Kapoor, Elena Tartaglia, Andreas Schutt, Ashfaqur Rahman, John Taylor, Simon Dunstall

    Abstract: Data-driven decision making is becoming an integral part of manufacturing companies. Data is collected and commonly used to improve efficiency and produce high quality items for the customers. IoT-based and other forms of object tracking are an emerging tool for collecting movement data of objects/entities (e.g. human workers, moving vehicles, trolleys etc.) over space and time. Movement data can… ▽ More

    Submitted 3 October, 2022; originally announced October 2022.

  3. arXiv:1505.02487  [pdf, other

    cs.AI

    A Constraint Programming Approach for Non-Preemptive Evacuation Scheduling

    Authors: Caroline Even, Andreas Schutt, Pascal Van Hentenryck

    Abstract: Large-scale controlled evacuations require emergency services to select evacuation routes, decide departure times, and mobilize resources to issue orders, all under strict time constraints. Existing algorithms almost always allow for preemptive evacuation schedules, which are less desirable in practice. This paper proposes, for the first time, a constraint-based scheduling model that optimizes the… ▽ More

    Submitted 11 May, 2015; originally announced May 2015.

    Comments: Submitted to the 21st International Conference on Principles and Practice of Constraint Programming (CP 2015). 15 pages + 1 reference page

  4. arXiv:1208.3015  [pdf, other

    cs.AI

    Explaining Time-Table-Edge-Finding Propagation for the Cumulative Resource Constraint

    Authors: Andreas Schutt, Thibaut Feydy, Peter J. Stuckey

    Abstract: Cumulative resource constraints can model scarce resources in scheduling problems or a dimension in packing and cutting problems. In order to efficiently solve such problems with a constraint programming solver, it is important to have strong and fast propagators for cumulative resource constraints. One such propagator is the recently developed time-table-edge-finding propagator, which considers t… ▽ More

    Submitted 10 September, 2012; v1 submitted 14 August, 2012; originally announced August 2012.

    Comments: 22 pages, 3 figures, 11 tables, 2 algorithms

    ACM Class: F.4.1; G.1.6

  5. arXiv:1009.0347  [pdf, other

    cs.AI

    Solving the Resource Constrained Project Scheduling Problem with Generalized Precedences by Lazy Clause Generation

    Authors: Andreas Schutt, Thibaut Feydy, Peter J. Stuckey, Mark G. Wallace

    Abstract: The technical report presents a generic exact solution approach for minimizing the project duration of the resource-constrained project scheduling problem with generalized precedences (Rcpsp/max). The approach uses lazy clause generation, i.e., a hybrid of finite domain and Boolean satisfiability solving, in order to apply nogood learning and conflict-driven search on the solution generation. Our… ▽ More

    Submitted 2 September, 2010; originally announced September 2010.

    Comments: 37 pages, 3 figures, 16 tables

    ACM Class: G.1.6, F.4.1

  6. arXiv:0709.2961  [pdf, ps, other

    cs.DS cs.CG cs.LO

    Incremental Satisfiability and Implication for UTVPI Constraints

    Authors: Andreas Schutt, Peter J. Stuckey

    Abstract: Unit two-variable-per-inequality (UTVPI) constraints form one of the largest class of integer constraints which are polynomial time solvable (unless P=NP). There is considerable interest in their use for constraint solving, abstract interpretation, spatial databases, and theorem proving. In this paper we develop a new incremental algorithm for UTVPI constraint satisfaction and implication checki… ▽ More

    Submitted 19 September, 2007; originally announced September 2007.

    Comments: 14 pages, 1 figure

    ACM Class: F.2.2; G.2.2