Public Member Functions | |
def | __init__ |
def | output |
Public Attributes | |
assign_effects | |
duration | |
Currently we assume in the knowledge compilation and search that there is a single exact at start duration constraint. | |
module_effects | |
name | |
pre_post | |
prevail |
Definition at line 165 of file sas_tasks.py.
def sas_tasks.SASTemporalOperator.__init__ | ( | self, | |
name, | |||
duration, | |||
prevail, | |||
pre_post, | |||
assign_effects, | |||
mod_effects | |||
) |
Definition at line 166 of file sas_tasks.py.
def sas_tasks.SASTemporalOperator.output | ( | self, | |
stream | |||
) |
Definition at line 182 of file sas_tasks.py.
Definition at line 171 of file sas_tasks.py.
Currently we assume in the knowledge compilation and search that there is a single exact at start duration constraint.
If someone wants to change this it is only necessary to adapt the output method and to remove this assertion
Definition at line 171 of file sas_tasks.py.
Definition at line 171 of file sas_tasks.py.
Definition at line 166 of file sas_tasks.py.
Definition at line 171 of file sas_tasks.py.
Definition at line 171 of file sas_tasks.py.