Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Go to the source code of this file.
Classes | |
interface | Google.OrTools.Sat.ILiteral |
Holds a Boolean variable or its negation. More... | |
class | Google.OrTools.Sat.HelperExtensions |
struct | Google.OrTools.Sat.Term |
Holds a term (expression * coefficient) More... | |
class | Google.OrTools.Sat.LinearExpr |
Holds a linear expression: sum (ai * xi) + b . More... | |
class | Google.OrTools.Sat.LinearExprBuilder |
A builder class for linear expressions. More... | |
class | Google.OrTools.Sat.IntVar |
Holds a integer variable with a discrete domain. More... | |
class | Google.OrTools.Sat.BoolVar |
Holds a Boolean variable. More... | |
class | Google.OrTools.Sat.NotBoolVar |
class | Google.OrTools.Sat.BoundedLinearExpression |
Holds a linear constraint: expression ∈ domain More... | |
Namespaces | |
namespace | |
namespace | Google.OrTools |
namespace | Google.OrTools.Sat |