class ORTools::Sat::Solution
- ORTools::Sat::Solution
- Reference
- Object
Overview
Class contains solution of Sat-Model
Direct Known Subclasses
Defined in:
ortools-sat/solution.crConstructors
Class Method Summary
-
.valid?(proto : CpSolverResponse) : Bool
Returns true if the response proto passed indicates a solution was found
Instance Method Summary
- #proto : CpSolverResponse
- #status : CpSolverStatus
-
#valid? : Bool
Returns true is solution was found
Constructor Detail
Class Method Detail
def self.valid?(proto : CpSolverResponse) : Bool
#
Returns true if the response proto passed indicates a solution was found