Definition at line 108 of file SatSolverTests.cs.
◆ SatSolverTest()
Google.OrTools.Tests.SatSolverTest.SatSolverTest |
( |
ITestOutputHelper | output | ) |
|
|
inline |
◆ CaptureLog()
void Google.OrTools.Tests.SatSolverTest.CaptureLog |
( |
| ) |
|
|
inline |
Console.WriteLine("model = " + model.Model.ToString());
Definition at line 722 of file SatSolverTests.cs.
◆ Division()
void Google.OrTools.Tests.SatSolverTest.Division |
( |
| ) |
|
|
inline |
Console.WriteLine(model.Model);
Tell the solver to search for all solutions.
Console.WriteLine("response = " + response.ToString());
Definition at line 346 of file SatSolverTests.cs.
◆ ExportModel()
void Google.OrTools.Tests.SatSolverTest.ExportModel |
( |
| ) |
|
|
inline |
◆ FalseLiteralAsExpressionTest()
void Google.OrTools.Tests.SatSolverTest.FalseLiteralAsExpressionTest |
( |
| ) |
|
|
inline |
◆ LargeWeightedSumBuilder()
void Google.OrTools.Tests.SatSolverTest.LargeWeightedSumBuilder |
( |
| ) |
|
|
inline |
◆ LargeWeightedSumExpr()
void Google.OrTools.Tests.SatSolverTest.LargeWeightedSumExpr |
( |
| ) |
|
|
inline |
◆ LargeWeightedSumInt()
void Google.OrTools.Tests.SatSolverTest.LargeWeightedSumInt |
( |
| ) |
|
|
inline |
◆ LargeWeightedSumLong()
void Google.OrTools.Tests.SatSolverTest.LargeWeightedSumLong |
( |
| ) |
|
|
inline |
◆ LinearExprBoolVarOperatorTest()
void Google.OrTools.Tests.SatSolverTest.LinearExprBoolVarOperatorTest |
( |
| ) |
|
|
inline |
◆ LinearExprBuilderCompileTest()
void Google.OrTools.Tests.SatSolverTest.LinearExprBuilderCompileTest |
( |
| ) |
|
|
inline |
◆ LinearExprIntVarOperatorTest()
void Google.OrTools.Tests.SatSolverTest.LinearExprIntVarOperatorTest |
( |
| ) |
|
|
inline |
◆ LinearExprNotBoolVarOperatorTest()
void Google.OrTools.Tests.SatSolverTest.LinearExprNotBoolVarOperatorTest |
( |
| ) |
|
|
inline |
◆ LinearExprStaticCompileTest()
void Google.OrTools.Tests.SatSolverTest.LinearExprStaticCompileTest |
( |
| ) |
|
|
inline |
◆ Modulo()
void Google.OrTools.Tests.SatSolverTest.Modulo |
( |
| ) |
|
|
inline |
Console.WriteLine(model.Model);
Tell the solver to search for all solutions.
Console.WriteLine("response = " + response.ToString());
Definition at line 371 of file SatSolverTests.cs.
◆ NegativeIntVar()
void Google.OrTools.Tests.SatSolverTest.NegativeIntVar |
( |
| ) |
|
|
inline |
◆ NegativeSquareVar()
void Google.OrTools.Tests.SatSolverTest.NegativeSquareVar |
( |
| ) |
|
|
inline |
◆ SimpleLinearModel()
void Google.OrTools.Tests.SatSolverTest.SimpleLinearModel |
( |
| ) |
|
|
inline |
CpModel.
Console.WriteLine("model = " + model.Model.ToString());
Console.WriteLine("response = " + response.ToString());
Definition at line 223 of file SatSolverTests.cs.
◆ SimpleLinearModel2()
void Google.OrTools.Tests.SatSolverTest.SimpleLinearModel2 |
( |
| ) |
|
|
inline |
Console.WriteLine("model = " + model.Model.ToString());
Console.WriteLine("response = " + response.ToString());
Definition at line 246 of file SatSolverTests.cs.
◆ SimpleLinearModel3()
void Google.OrTools.Tests.SatSolverTest.SimpleLinearModel3 |
( |
| ) |
|
|
inline |
Console.WriteLine("model = " + model.Model.ToString());
Console.WriteLine("response = " + response.ToString());
Definition at line 266 of file SatSolverTests.cs.
◆ SimpleLinearModelProto()
void Google.OrTools.Tests.SatSolverTest.SimpleLinearModelProto |
( |
| ) |
|
|
inline |
CpModelProto.
Console.WriteLine("model = " + model.ToString());
Console.WriteLine("response = " + response.ToString());
Definition at line 185 of file SatSolverTests.cs.
◆ SimpleLinearModelProto2()
void Google.OrTools.Tests.SatSolverTest.SimpleLinearModelProto2 |
( |
| ) |
|
|
inline |
Console.WriteLine("model = " + model.ToString());
Console.WriteLine("response = " + response.ToString());
Definition at line 204 of file SatSolverTests.cs.
◆ SolveFromString()
void Google.OrTools.Tests.SatSolverTest.SolveFromString |
( |
| ) |
|
|
inline |
◆ TestHint()
void Google.OrTools.Tests.SatSolverTest.TestHint |
( |
| ) |
|
|
inline |
◆ TestInterval()
void Google.OrTools.Tests.SatSolverTest.TestInterval |
( |
| ) |
|
|
inline |
◆ TrueLiteralAsExpressionTest()
void Google.OrTools.Tests.SatSolverTest.TrueLiteralAsExpressionTest |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: