Skip to content

Commit 65e4c62

Browse files
committed
[UPD] functions documentation
1 parent a5abd04 commit 65e4c62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/SDDPoptimize.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ end
499499

500500

501501
"""
502-
Prune all polyhedral functions in input array.
502+
Exact pruning of all polyhedral functions in input array.
503503
504504
Parameters:
505505
- model (SPModel)
@@ -541,7 +541,7 @@ end
541541

542542

543543
"""
544-
Test whether the cut number k is active in polyhedral function Vt.
544+
Test whether the cut number k is relevant to define polyhedral function Vt.
545545
546546
Parameters:
547547
- model (SPModel)
@@ -553,7 +553,7 @@ Parameters:
553553
Solver to use to solve linear problem
554554
555555
Return:
556-
- Bool: true if the cut is active, false otherwise
556+
- Bool: true if the cut is useful in the definition, false otherwise
557557
558558
"""
559559
function is_cut_relevant(model::SPModel, k::Int, Vt::PolyhedralFunction, solver)

0 commit comments

Comments
 (0)