class ORTools::Sat::ValidSolution
- ORTools::Sat::ValidSolution
- ORTools::Sat::Solution
- Reference
- Object
Overview
Class should only contain solutions deemed valid
Defined in:
ortools-sat/solution.crInstance Method Summary
-
#objective_value
Returns the value of the objective function if found
- #true?(bool_var : BoolVar) : Bool
- #value(int_var : BoolVar) : Int64
- #value(int_var : IntVar) : Int64