mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Fix typos.
This commit is contained in:
parent
a000747605
commit
1082fad27a
3 changed files with 6 additions and 6 deletions
|
@ -315,7 +315,7 @@ namespace smt {
|
|||
|
||||
/**
|
||||
* For time interval [t0, t1] the end-time can be computed as a function
|
||||
* of start time based on reource load availability.
|
||||
* of start time based on resource load availability.
|
||||
*
|
||||
* r = resource(j) & t1 >= start(j) >= t0 => end(j) = start(j) + ect(j, r, t0) - t0
|
||||
*/
|
||||
|
@ -672,7 +672,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
/*
|
||||
* Initialze the state based on the set of jobs and resources added.
|
||||
* Initialize the state based on the set of jobs and resources added.
|
||||
* Ensure that the availability slots for each resource is sorted by time.
|
||||
*
|
||||
* For each resource j:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue